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 588ef2a commit 0cf0bacCopy full SHA for 0cf0bac
.github/workflows/release.yml
@@ -148,7 +148,7 @@ jobs:
148
149
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
150
if: ${{ contains(matrix.runner, 'depot') }}
151
- - run: printf 'RUSTC_WRAPPER=sccache\n' >> "$GITHUB_ENV
+ - run: printf 'RUSTC_WRAPPER=sccache\n' >> "$GITHUB_ENV"
152
153
154
- name: Apple M1 setup
0 commit comments