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 5ed5ed2 commit 3135580Copy full SHA for 3135580
.github/workflows/safety.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
submodules: true
61
- run: |
62
- echo "NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)" >> $GITHUB_ENV
+ echo "NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)" >> "$GITHUB_ENV"
63
- name: Install ${{ env.NIGHTLY }}
64
uses: dtolnay/rust-toolchain@master
65
0 commit comments