github actions increase ccache compression level

This commit is contained in:
Daniel Agar
2021-10-05 23:31:19 -04:00
parent ddd1dea4f0
commit d002002ceb
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
mkdir -p ~/.ccache
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
echo "compression = true" >> ~/.ccache/ccache.conf
echo "compression_level = 5" >> ~/.ccache/ccache.conf
echo "compression_level = 6" >> ~/.ccache/ccache.conf
echo "max_size = 100M" >> ~/.ccache/ccache.conf
ccache -s
ccache -z