Skip to content

Commit 86df025

Browse files
committed
Fix rustup install command
1 parent 4b29d18 commit 86df025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance"
139139
steps:
140140
- uses: actions/checkout@v1
141-
- run: rustup toolchain install nightly --profile minimal --component rust-src miri
141+
- run: rustup toolchain install nightly --profile minimal --component rust-src --component miri
142142
- run: cargo +nightly miri test --all-features
143143

144144
check_formatting:

0 commit comments

Comments
 (0)