Skip to content

Commit f73db5c

Browse files
committed
Auto merge of #1827 - l4l:patch-1, r=RalfJung
Specify miri toolchain for CI example In particular current example doesn't work if you have a rust-toolchain file in the project.
2 parents c8713c2 + c6bcb4d commit f73db5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ nightly that *does* come with Miri:
146146
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
147147
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
148148
rustup set profile minimal
149-
rustup default "$MIRI_NIGHTLY"
149+
rustup override set "$MIRI_NIGHTLY"
150150
rustup component add miri
151151

152152
cargo miri test

0 commit comments

Comments
 (0)