Skip to content

Commit 0cf4272

Browse files
authored
ci: missing newline (#12329)
1 parent 45b77d0 commit 0cf4272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148

149149
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
150150
if: ${{ contains(matrix.runner, 'depot') }}
151-
- run: printf 'RUSTC_WRAPPER=sccache' >> "$GITHUB_ENV
151+
- run: printf 'RUSTC_WRAPPER=sccache\n' >> "$GITHUB_ENV
152152
if: ${{ contains(matrix.runner, 'depot') }}
153153

154154
- name: Apple M1 setup

0 commit comments

Comments
 (0)