mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-25 09:13:39 +01:00
appveyor: Use rustup minimal profile
This commit is contained in:
parent
56111aa20d
commit
8821bca656
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user