We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6c567 commit 327c92cCopy full SHA for 327c92c
ci/rust-version.sh
@@ -45,7 +45,7 @@ export ci_docker_image="anzaxyz/ci:rust_${rust_stable}_${rust_nightly}"
45
declare toolchain=$1
46
if ! cargo +"$toolchain" -V > /dev/null; then
47
echo "$0: Missing toolchain? Installing...: $toolchain" >&2
48
- rustup install "$toolchain"
+ rustup install "$toolchain" --no-self-update
49
cargo +"$toolchain" -V
50
fi
51
}
0 commit comments