Update .gitlab-ci.yml file

cache apt packages, part 8
This commit is contained in:
Alam Ed Arias 2023-10-11 05:03:19 +00:00
parent 97096445df
commit 37909c95b1

View file

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