mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 04:52:44 +01:00
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.
This commit is contained in:
parent
90ab1c3882
commit
44a2e172ed
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
|
||||
|
|
Loading…
Reference in a new issue