Skip to content

Commit

Permalink
Merge pull request rust-lang#1273 from ehuss/fix-ci-rustup
Browse files Browse the repository at this point in the history
Fix CI due to new rustup.
  • Loading branch information
ehuss authored Jul 8, 2020
2 parents bf439bc + 89da760 commit d8a8879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8a8879

Please sign in to comment.