fix: Use chmod inside the CCACHE directory

If we need to replace the docker image for any reason, the user will
(probably) be different. This ensures that the CCACHE directory can be
read and writen by any user of the docker image being used in the CI.
ccache-ci
Fijxu 2024-03-14 20:32:16 +07:00
parent 90ab1c3882
commit 44a2e172ed
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
1 changed files with 1 additions and 0 deletions

@ -37,6 +37,7 @@ build-linux:
- $CACHE_DIR
before_script:
- mkdir -p $CACHE_DIR
- chmod -R 777 $CACHE_DIR
- ls -la $CACHE_DIR
variables:
GIT_SUBMODULE_STRATEGY: recursive