We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7fcce commit 685ec11Copy full SHA for 685ec11
.github/workflows/cygwin_build.yml
@@ -174,6 +174,7 @@ jobs:
174
echo "export CCACHE_COMPRESS=1" >> ~/ccache.conf &&
175
echo "export CCACHE_COMPRESSLEVEL=6" >> ~/ccache.conf &&
176
echo "export CCACHE_MAXSIZE=400M" >> ~/ccache.conf &&
177
+ echo "export CCACHE_UMASK=002" >> ~/ccache.conf &&
178
source ~/ccache.conf &&
179
ccache -s
180
- name: ccache cache files
0 commit comments