reduce linux ccache size; fix msvc ccache path

develop
Myk Taylor 2023-04-29 23:46:06 -07:00
parent 17a423bcd2
commit 7aa5692fef
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

@ -100,7 +100,7 @@ jobs:
- name: Build DFHack - name: Build DFHack
run: | run: |
ninja -C build-ci install ninja -C build-ci install
ccache --max-size 200M ccache --max-size 50M
ccache --cleanup ccache --cleanup
ccache --show-stats ccache --show-stats
- name: Run cpp unit tests - name: Run cpp unit tests
@ -159,9 +159,9 @@ jobs:
run: | run: |
cd build cd build
bash -x build-win64-from-linux.sh bash -x build-win64-from-linux.sh
ccache -d build/win64-cross/ccache --max-size 200M ccache -d win64-cross/ccache --max-size 200M
ccache -d build/win64-cross/ccache --cleanup ccache -d win64-cross/ccache --cleanup
ccache -d build/win64-cross/ccache --show-stats ccache -d win64-cross/ccache --show-stats
- name: Format artifact name - name: Format artifact name
id: artifactname id: artifactname
run: | run: |

@ -58,9 +58,9 @@ jobs:
echo echo
cd build cd build
bash -x build-win64-from-linux.sh bash -x build-win64-from-linux.sh
ccache -d build/win64-cross/ccache --max-size 200M ccache -d win64-cross/ccache --max-size 200M
ccache -d build/win64-cross/ccache --cleanup ccache -d win64-cross/ccache --cleanup
ccache -d build/win64-cross/ccache --show-stats ccache -d win64-cross/ccache --show-stats
- name: Steam deploy - name: Steam deploy
uses: game-ci/steam-deploy@v2 uses: game-ci/steam-deploy@v2
with: with: