From e207cec8e417ba98ecd6fcdb01e00343de05df2a Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 9 Jan 2022 23:34:02 +0100 Subject: [PATCH] ci: remove now obsolete choco cache from windows-mingw64-cmake-build job Commit 3f4d8dfc07899d113ddc49e2610b669113ea2810 removed the use of the choco cache, but missed to remove the cache itself from this job. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21c73bb58..7db8808a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -933,10 +933,6 @@ windows-mingw64-cmake-build: paths: - Packages/*/*/*.exe - Packages/*/*/*.zip - cache: - key: windows-mingw64-cmake-build - paths: - - choco-cache tags: - windows except: -- 2.40.0