From 9a0f462365329bf4ba8e1cc3285528b4ba9ceefc Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 6 Aug 2024 09:36:07 +0100 Subject: [PATCH] Update cache key --- .../download-install-arm-gcc-toolchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-templates/download-install-arm-gcc-toolchain.yml b/azure-pipelines-templates/download-install-arm-gcc-toolchain.yml index c09ba23e41..44a899761e 100644 --- a/azure-pipelines-templates/download-install-arm-gcc-toolchain.yml +++ b/azure-pipelines-templates/download-install-arm-gcc-toolchain.yml @@ -11,7 +11,7 @@ steps: condition: eq(variables.GccArm_Version, '') displayName: Cache latest ARM GCC toolchain inputs: - key: "gcc-13_2_rel1 | gccUpdateKey" + key: "gcc-13_3_rel1 | gccUpdateKey" restoreKeys: gccUpdateKey path: $(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi cacheHitVar: GCC_CACHE_RESTORED