github actions decrease ccache max_size selectively

This commit is contained in:
Daniel Agar
2021-10-05 23:37:50 -04:00
parent d002002ceb
commit 52fccb1e75
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 100M" >> ~/.ccache/ccache.conf
echo "max_size = 40M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z