Skip to content

Commit

Permalink
.github: test cygwin cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Dec 31, 2024
1 parent 6d7fcce commit 685ec11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
echo "export CCACHE_COMPRESS=1" >> ~/ccache.conf &&
echo "export CCACHE_COMPRESSLEVEL=6" >> ~/ccache.conf &&
echo "export CCACHE_MAXSIZE=400M" >> ~/ccache.conf &&
echo "export CCACHE_UMASK=002" >> ~/ccache.conf &&
source ~/ccache.conf &&
ccache -s
- name: ccache cache files
Expand Down

0 comments on commit 685ec11

Please sign in to comment.