mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +00:00
Update .gitlab-ci.yml file
fix ccache path
This commit is contained in:
parent
219691895d
commit
0f2d3e9134
1 changed files with 2 additions and 2 deletions
|
@ -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/*"
|
||||
|
|
Loading…
Reference in a new issue