diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8495cf8a..131c21743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - name: Build DFHack run: | ninja -C build-ci install - ccache --max-size 200M + ccache --max-size 50M ccache --cleanup ccache --show-stats - name: Run cpp unit tests @@ -159,9 +159,9 @@ jobs: run: | cd build bash -x build-win64-from-linux.sh - ccache -d build/win64-cross/ccache --max-size 200M - ccache -d build/win64-cross/ccache --cleanup - ccache -d build/win64-cross/ccache --show-stats + ccache -d win64-cross/ccache --max-size 200M + ccache -d win64-cross/ccache --cleanup + ccache -d win64-cross/ccache --show-stats - name: Format artifact name id: artifactname run: | diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index dda9b1618..5210b3a11 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -58,9 +58,9 @@ jobs: echo cd build bash -x build-win64-from-linux.sh - ccache -d build/win64-cross/ccache --max-size 200M - ccache -d build/win64-cross/ccache --cleanup - ccache -d build/win64-cross/ccache --show-stats + ccache -d win64-cross/ccache --max-size 200M + ccache -d win64-cross/ccache --cleanup + ccache -d win64-cross/ccache --show-stats - name: Steam deploy uses: game-ci/steam-deploy@v2 with: