fix shell-check (#24)
This commit is contained in:
parent
5ed5ed26c7
commit
c6a8361186
1 changed files with 1 additions and 1 deletions
2
.github/workflows/safety.yml
vendored
2
.github/workflows/safety.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- run: |
|
- run: |
|
||||||
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"
|
||||||
- name: Install ${{ env.NIGHTLY }}
|
- name: Install ${{ env.NIGHTLY }}
|
||||||
uses: dtolnay/rust-toolchain@master
|
uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue