Skip to content

Commit

Permalink
Workaround sccache bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 23, 2024
1 parent a762d9b commit 2a224f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
- name: Setup sccache
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
with:
max-size: 250M
# Default to 2G to workaround: https://github.com/hendrikmuhs/ccache-action/issues/174
max-size: 2G
key: sccache-${{ runner.os }}-${{ runner.arch }}-release
variant: sccache

Expand Down

0 comments on commit 2a224f5

Please sign in to comment.