From 83b6ead8570be5dd39aeebcfbfda4dfc5062e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 23 Jun 2020 16:38:17 +0200 Subject: [PATCH] Azure: fix MinGW-w64 caching (#239) --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5e412bcde..98ced1265 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ steps: - task: CacheBeta@1 displayName: 'cache MinGW-w64' inputs: - key: mingwCache | 8_1_0 | $(PLATFORM) | "v1" + key: mingwCache | 8_1_0 | $(PLATFORM) | "v2" path: mingwCache - powershell: | @@ -53,7 +53,6 @@ steps: mkdir -p mingwCache cd mingwCache if [[ ! -e "$MINGW_FILE" ]]; then - rm -f *.7z curl -OLsS "$MINGW_URL" fi 7z x -y -bd "$MINGW_FILE" >/dev/null