From f904ba592bba9cb07687eb72eefe5a5d582e2c74 Mon Sep 17 00:00:00 2001 From: cospectrum Date: Sat, 14 Sep 2024 11:18:31 +0300 Subject: [PATCH] fix shell-check (#24) --- .github/workflows/safety.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/safety.yml b/.github/workflows/safety.yml index 6bdd055..83da574 100644 --- a/.github/workflows/safety.yml +++ b/.github/workflows/safety.yml @@ -59,7 +59,7 @@ jobs: with: submodules: true - 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 }} uses: dtolnay/rust-toolchain@master with: