We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e964c2 commit 6d16358Copy full SHA for 6d16358
azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
@@ -11,7 +11,7 @@ steps:
11
condition: eq(variables.GccArm_Version, '')
12
displayName: Cache latest ARM GCC toolchain
13
inputs:
14
- key: "gcc-13_3_rel1 | gccUpdateKey"
+ key: "gcc-13_3__rel1 | gccUpdateKey"
15
restoreKeys: gccUpdateKey
16
path: $(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi
17
cacheHitVar: GCC_CACHE_RESTORED
0 commit comments