From c7d827b055b6f5edfea90db251ee81c360528339 Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Tue, 15 Jun 2021 12:30:18 +0200 Subject: [PATCH] [#78] add tag "with-cache" --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e839076f..9876eace 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ build_win10_msvc: stage: build tags: - win10-msvc + - with-cache variables: GIT_STRATEGY: none timeout: 10m -- GitLab