Update .gitlab-ci.yml file

cache the ccache part two
This commit is contained in:
Logan Arias 2023-10-11 00:49:43 +00:00 committed by Logan-A
parent b3273a899a
commit 67dcc2dd0a

View file

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