feat(CI/macOS): improve caching level (#3493)

This commit is contained in:
Francesco Borzì
2020-09-19 15:46:46 +02:00
committed by GitHub
parent e23d4ba535
commit 981ca6cd37

View File

@@ -2,7 +2,7 @@
export CCACHE_CPP2=true
export CCACHE_MAXSIZE='2G'
export CCACHE_COMPRESS=1
export CCACHE_COMPRESS=9
ccache -s
mkdir var/build/obj && cd var/build/obj;