Skip to content

Commit 685ec11

Browse files
committed
.github: test cygwin cache
1 parent 6d7fcce commit 685ec11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cygwin_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
echo "export CCACHE_COMPRESS=1" >> ~/ccache.conf &&
175175
echo "export CCACHE_COMPRESSLEVEL=6" >> ~/ccache.conf &&
176176
echo "export CCACHE_MAXSIZE=400M" >> ~/ccache.conf &&
177+
echo "export CCACHE_UMASK=002" >> ~/ccache.conf &&
177178
source ~/ccache.conf &&
178179
ccache -s
179180
- name: ccache cache files

0 commit comments

Comments
 (0)