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 3664bb5 commit 45b77d0Copy full SHA for 45b77d0
.github/workflows/release.yml
@@ -146,6 +146,11 @@ jobs:
146
targets: ${{ matrix.target }}
147
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
148
149
+ - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
150
+ if: ${{ contains(matrix.runner, 'depot') }}
151
+ - run: printf 'RUSTC_WRAPPER=sccache' >> "$GITHUB_ENV
152
153
+
154
- name: Apple M1 setup
155
if: matrix.target == 'aarch64-apple-darwin'
156
run: |
0 commit comments