diff options
author | Eric Huss <eric@huss.org> | 2020-07-07 14:08:51 -0700 |
---|---|---|
committer | Eric Huss <eric@huss.org> | 2020-07-07 14:08:51 -0700 |
commit | e38fb1ecc623412f5a857ba0920ce1240934586e (patch) | |
tree | 1cb1d2870abeb0b0908c58f61baa1c8f2c27d228 /ci | |
parent | f37ea9a4e7711141f6bffc59d3ee614c5401a144 (diff) |
Fix CI due to new rustup.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/install-rust.sh | 2 |
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 |