From 5d9f4170af106bbebee232d4f9020428373f6891 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 21 Sep 2025 13:51:49 +1000 Subject: [PATCH] Fix GitLab CI cache key limit - Remove .gitlab-ci.yml from cache key files (max 2 files allowed) - Keep vcpkg.json and CMakeLists.txt as primary cache triggers --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d68849839..277ca7e29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ cache: files: - vcpkg.json - CMakeLists.txt - - .gitlab-ci.yml paths: - build/vcpkg_installed/ - build/_deps/