From e38fb1ecc623412f5a857ba0920ce1240934586e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 7 Jul 2020 14:08:51 -0700 Subject: [PATCH] Fix CI due to new rustup. --- ci/install-rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 1e88c351..c608c70d 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -12,7 +12,7 @@ TOOLCHAIN="$1" rustup set profile minimal rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed" -rustup update $TOOLCHAIN +rustup update --no-self-update $TOOLCHAIN rustup default $TOOLCHAIN rustup -V rustc -Vv