diff --git a/appveyor.yml b/appveyor.yml index 0e7b3b7b..b150fa16 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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