Fix CI due to new rustup.
This commit is contained in:
parent
f37ea9a4e7
commit
e38fb1ecc6
|
@ -12,7 +12,7 @@ TOOLCHAIN="$1"
|
||||||
|
|
||||||
rustup set profile minimal
|
rustup set profile minimal
|
||||||
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
|
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
|
||||||
rustup update $TOOLCHAIN
|
rustup update --no-self-update $TOOLCHAIN
|
||||||
rustup default $TOOLCHAIN
|
rustup default $TOOLCHAIN
|
||||||
rustup -V
|
rustup -V
|
||||||
rustc -Vv
|
rustc -Vv
|
||||||
|
|
Loading…
Reference in New Issue