appveyor: Use rustup minimal profile

This commit is contained in:
Lzu Tao 2020-04-24 21:28:35 +07:00 committed by David Peter
parent 56111aa20d
commit 8821bca656
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ environment:
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host %TARGET%
- rustup-init.exe -y --default-host %TARGET% --profile minimal
- set PATH=%PATH%;C:\cargo\bin
- rustc -Vv
- cargo -V