Skip to content

Commit cb91369

Browse files
committed
make sure we don't install more than we have to
1 parent 3c01ffe commit cb91369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ nightly that *does* come with Miri:
105105
```sh
106106
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
107107
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
108+
rustup set profile minimal
108109
rustup default "$MIRI_NIGHTLY"
109110

110111
rustup component add miri

0 commit comments

Comments
 (0)