mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
widows is annoying
This commit is contained in:
parent
5b658ab9ee
commit
b5c5900e7e
@ -4,7 +4,6 @@ steps:
|
||||
if command -v rustup; then
|
||||
echo `command -v rustup` `rustup -V` already installed
|
||||
rustup self update
|
||||
rustup set profile minimal
|
||||
elif [ "$AGENT_OS" = "Windows_NT" ]; then
|
||||
curl -sSf -o rustup-init.exe https://win.rustup.rs
|
||||
rustup-init.exe -y --default-toolchain $TOOLCHAIN --profile=minimal
|
||||
@ -17,6 +16,7 @@ steps:
|
||||
|
||||
- bash: |
|
||||
set -e
|
||||
rustup set profile minimal
|
||||
rustup update $TOOLCHAIN
|
||||
rustup default $TOOLCHAIN
|
||||
displayName: Install rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user