diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39d45fca5..d90bc9359 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1051,7 +1051,7 @@ jobs: --enable-network -N -v \ --enable-plugin=ccache \ --plugin-option=ccache:compress=True \ - --plugin-option=ccache:max_cache_size=1G \ + --plugin-option=ccache:max_cache_size=200M \ --plugin-option=ccache:dir=$GITHUB_WORKSPACE/.ccache \ --spec $GITHUB_WORKSPACE/imhex.spec \ --sources $GITHUB_WORKSPACE \