From 6f3e87ce696a904b1e3b40a0ec0042030ec597af Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 13:58:12 +0100 Subject: [PATCH] Cache less stuff to avoid duplicate entries. This might make everything faster if we're network-bound. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 258963a2f..2d34e6fd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ MacOS: key: ninja paths: - deps - - MSVC2019_64_Ninja/deps + - MSVC2019_64_Ninja/deps/Qt artifacts: when: always paths: @@ -141,7 +141,7 @@ Windows_Ninja_RelWithDebInfo: key: msbuild paths: - deps - - MSVC2019_64/deps + - MSVC2019_64/deps/Qt artifacts: when: always paths: