Update .gitlab-ci.yml file

fix ccache path part 5
This commit is contained in:
Logan Arias 2023-10-11 02:11:04 +00:00 committed by Logan-A
parent 84a2463d2f
commit 0ff83947ac

View file

@ -43,7 +43,7 @@ build-job: # This job runs in the build stage, which runs first.
- export CCACHE_DIR="$PWD/ccache"
- export CCACHE_COMPILERCHECK=content
- apt update
- apt-get install --no-install-recommends ccache
- apt-get install --no-install-recommends --yes ccache
- ccache --max-size $CCMaxSize
- ccache --zero-stats || true
- ccache --show-stats || true