Skip to content

Commit 327c92c

Browse files
committed
ci: don't update rustup when using the rust-version script
1 parent 3f6c567 commit 327c92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/rust-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export ci_docker_image="anzaxyz/ci:rust_${rust_stable}_${rust_nightly}"
4545
declare toolchain=$1
4646
if ! cargo +"$toolchain" -V > /dev/null; then
4747
echo "$0: Missing toolchain? Installing...: $toolchain" >&2
48-
rustup install "$toolchain"
48+
rustup install "$toolchain" --no-self-update
4949
cargo +"$toolchain" -V
5050
fi
5151
}

0 commit comments

Comments
 (0)