mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-25 17:23:39 +01:00
appveyor: Use rustup minimal profile
This commit is contained in:
parent
56111aa20d
commit
8821bca656
@ -8,7 +8,7 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- 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
|
- set PATH=%PATH%;C:\cargo\bin
|
||||||
- rustc -Vv
|
- rustc -Vv
|
||||||
- cargo -V
|
- cargo -V
|
||||||
|
Loading…
Reference in New Issue
Block a user