From f7c015d5dd754e698bfbd98a79a02eeab338dc00 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 28 Jun 2024 02:23:52 +0200 Subject: [PATCH] One value per varibles key --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db176f9f7a..715caaf011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -813,13 +813,12 @@ macOS15_Xcode16_arm64: - MSVC2022_64_Ninja/*.log - MSVC2022_64_Ninja/**/*.log - "*_to-be-merged.txt" - variables: - targets: "all" # When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks. # This is capped at 2h by GitLab for Windows Shared Runners timeout: 2h variables: CCACHE_SIZE: 1.5G + targets: all .Windows_Ninja_Release: extends: