Merge pull request #1273 from ehuss/fix-ci-rustup
Fix CI due to new rustup.
This commit is contained in:
commit
ec495a7823
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue