fix(CI/macos): reduce cache size (#3427)

Prevent macOS to take too much space (we are limited to 5GB in total)
This commit is contained in:
Francesco Borzì
2020-09-04 00:08:07 +02:00
committed by GitHub
parent 203b8476e5
commit 1e2ebb3fe1

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
export CCACHE_CPP2=true
export CCACHE_MAXSIZE='5G'
export CCACHE_MAXSIZE='2G'
export CCACHE_COMPRESS=1
ccache -s