Use appveyor to download rustup

This commit is contained in:
Alex Crichton 2017-03-27 06:48:47 -07:00
parent 6c5de5610f
commit aa858d9418
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host %TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V