Skip to content

Commit 28f4f84

Browse files
committed
Remove unneeded setup step from CI instructions in readme
1 parent 60fa9ac commit 28f4f84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,11 @@ MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-his
127127
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
128128
rustup set profile minimal
129129
rustup default "$MIRI_NIGHTLY"
130-
131130
rustup component add miri
132-
cargo miri setup
133131

134132
cargo miri test
135133
```
136134

137-
We use `cargo miri setup` to avoid getting interactive questions about the extra
138-
setup needed for Miri.
139-
140135
### Common Problems
141136

142137
When using the above instructions, you may encounter a number of confusing compiler

0 commit comments

Comments
 (0)