Skip to content

Commit

Permalink
Wrong command for installing MIRI
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Oct 17, 2022
1 parent bba762b commit d69c844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update nightly --component miri && rustup default nightly
run: rustup toolchain install nightly --component miri && rustup default nightly
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation
Expand Down

0 comments on commit d69c844

Please sign in to comment.