Skip to content

Commit 2a224f5

Browse files
committed
Workaround sccache bug
1 parent a762d9b commit 2a224f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
- name: Setup sccache
107107
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
108108
with:
109-
max-size: 250M
109+
# Default to 2G to workaround: https://github.com/hendrikmuhs/ccache-action/issues/174
110+
max-size: 2G
110111
key: sccache-${{ runner.os }}-${{ runner.arch }}-release
111112
variant: sccache
112113

0 commit comments

Comments
 (0)