Skip to content

Commit

Permalink
increase compiler cache size to accomodate larger debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 23, 2024
1 parent 634fe75 commit 93afa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
run: |
cd build
ccache -d win64-cross/ccache --show-stats --verbose
ccache -d win64-cross/ccache --max-size 150M
ccache -d win64-cross/ccache --cleanup
ccache -d win64-cross/ccache --max-size 500M
ccache -d win64-cross/ccache --cleanup
ccache -d win64-cross/ccache --max-size 2G
ccache -d win64-cross/ccache --zero-stats
- name: Save ccache
if: inputs.platform-files && !inputs.cache-readonly
Expand Down

0 comments on commit 93afa73

Please sign in to comment.