Merge pull request #1273 from ehuss/fix-ci-rustup
Fix CI due to new rustup.
This commit is contained in:
commit
ec495a7823
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue