Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Fix Miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeitis authored Nov 23, 2020
1 parent d5b0f67 commit 2b0d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/checkout@v2

- name: Get latest toolchain version with miri
run: echo "::set-env name=TOOLCHAIN::$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)"
run: echo "TOOLCHAIN=$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)" >> $GITHUB_ENV

- name: Install latest nightly toolchain with miri
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 2b0d67e

Please sign in to comment.