summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-07-07 14:08:51 -0700
committerEric Huss <eric@huss.org>2020-07-07 14:08:51 -0700
commite38fb1ecc623412f5a857ba0920ce1240934586e (patch)
tree1cb1d2870abeb0b0908c58f61baa1c8f2c27d228 /ci
parentf37ea9a4e7711141f6bffc59d3ee614c5401a144 (diff)
Fix CI due to new rustup.
Diffstat (limited to 'ci')
-rwxr-xr-xci/install-rust.sh2
1 files changed, 1 insertions, 1 deletions
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