Skip to content

Commit 3135580

Browse files
committed
fix shell-check
1 parent 5ed5ed2 commit 3135580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/safety.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
submodules: true
6161
- run: |
62-
echo "NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)" >> $GITHUB_ENV
62+
echo "NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)" >> "$GITHUB_ENV"
6363
- name: Install ${{ env.NIGHTLY }}
6464
uses: dtolnay/rust-toolchain@master
6565
with:

0 commit comments

Comments
 (0)