mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-01 07:13:33 +00:00
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:
@@ -17,7 +17,6 @@ cache:
|
||||
files:
|
||||
- vcpkg.json
|
||||
- CMakeLists.txt
|
||||
- .gitlab-ci.yml
|
||||
paths:
|
||||
- build/vcpkg_installed/
|
||||
- build/_deps/
|
||||
|
||||
Reference in New Issue
Block a user