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
This commit is contained in:
Zephyron
2025-09-21 13:51:49 +10:00
parent d31bcd3599
commit 5d9f4170af

View File

@@ -17,7 +17,6 @@ cache:
files:
- vcpkg.json
- CMakeLists.txt
- .gitlab-ci.yml
paths:
- build/vcpkg_installed/
- build/_deps/