1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 20:11:03 +00:00

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

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