fix shell-check (#24)

This commit is contained in:
cospectrum 2024-09-14 11:18:31 +03:00 committed by GitHub
parent 5ed5ed26c7
commit c6a8361186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: