Update .gitlab-ci.yml file

fix ccache path
This commit is contained in:
Logan Arias 2023-10-11 01:26:22 +00:00 committed by Logan-A
parent 219691895d
commit 0f2d3e9134

View file

@ -31,9 +31,9 @@ build-job: # This job runs in the build stage, which runs first.
cache:
- key:
files:
- .ccache/stats
- .cache/ccache/stats
paths:
- .ccache/
- .cache/ccache/
artifacts:
paths:
- "bin/*"