From ef10d507998f0fc3fd37430f22f8eb1b7f45e214 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 21 Feb 2022 20:32:26 +0100
Subject: [PATCH] CI Win: reactivate cache

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38f43197f74..5ff8abe9700 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,10 +48,10 @@ windows:
   tags:
     - Windows
   stage: build
-#  cache:
-#    key: build-cache
-#    paths:
-#      - build/
+  cache:
+    key: build-cache
+    paths:
+      - build/
   script:
     - $OPT_DIR = "C:/opt/x64"
     - $BOOST_DIR = "$OPT_DIR/boost_current"
-- 
GitLab