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 c1caa8f commit d341538Copy full SHA for d341538
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-14_2__rel1 | gccUpdateKey"
+ key: 'gcc-14_2__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