Skip to content

Commit 1eb0dd2

Browse files
committed
Merge branch 'main' of https://github.com/nanoframework/nf-interpreter into generics-wip
2 parents 6936d7c + 6d16358 commit 1eb0dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-13_3_rel1 | gccUpdateKey"
14+
key: "gcc-13_3__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

azure-pipelines-templates/download-install-ninja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
steps:
1010
- task: Cache@2
1111
inputs:
12-
key: "1-10-0 | ninjaKey"
12+
key: "1-12-1 | ninjaKey"
1313
restoreKeys: ninjaKey
1414
path: $(Agent.TempDirectory)/ninja
1515
cacheHitVar: NINJA_CACHE_RESTORED

0 commit comments

Comments
 (0)