Skip to content

Commit c36d49a

Browse files
committed
install Miri via rustup
1 parent edf79d0 commit c36d49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/miri.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
export CARGO_NET_RETRY=5
66
export CARGO_NET_TIMEOUT=10
77

8-
if cargo install --force --git https://github.com/rust-lang/miri miri ; then
8+
if rustup component add miri ; then
99
cargo miri setup
1010
cargo miri test
1111
fi

0 commit comments

Comments
 (0)