Skip to content

Commit d341538

Browse files
committed
Use single quotes for literal cache keys
Swapping to single quotes avoids YAML escaping surprises.
1 parent c1caa8f commit d341538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-templates/download-install-arm-gcc-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
condition: eq(variables.GccArm_Version, '')
1212
displayName: Cache latest ARM GCC toolchain
1313
inputs:
14-
key: "gcc-14_2__rel1 | gccUpdateKey"
14+
key: 'gcc-14_2__rel1 | gccUpdateKey'
1515
restoreKeys: gccUpdateKey
1616
path: $(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi
1717
cacheHitVar: GCC_CACHE_RESTORED

0 commit comments

Comments
 (0)