We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a762d9b commit 2a224f5Copy full SHA for 2a224f5
.github/workflows/release-binaries.yml
@@ -106,7 +106,8 @@ jobs:
106
- name: Setup sccache
107
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
108
with:
109
- max-size: 250M
+ # Default to 2G to workaround: https://github.com/hendrikmuhs/ccache-action/issues/174
110
+ max-size: 2G
111
key: sccache-${{ runner.os }}-${{ runner.arch }}-release
112
variant: sccache
113
0 commit comments