Update .gitlab-ci.yml file

cache apt packages, part 2
This commit is contained in:
Alam Ed Arias 2023-10-11 04:27:50 +00:00
parent 3ee5ed2dac
commit 3ef89e9902

View file

@ -38,7 +38,7 @@ build-native: # This job runs in the build stage, which runs first.
- ccache - ccache
- key: apt - key: apt
paths: paths:
- /var/cache/apt - /var/cache/apt/
artifacts: artifacts:
paths: paths:
- "bin/*" - "bin/*"