mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 15:17:11 +00:00
Fix CI due to new rustup.
This commit is contained in:
parent
f37ea9a4e7
commit
e38fb1ecc6
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