22: Try to fix spurious download errors on appveyor r=matklad a=matklad
This commit is contained in:
bors[bot] 2018-01-28 09:41:43 +00:00
commit 8e9ca4cd03
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
os: Visual Studio 2015
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- curl https://win.rustup.rs/ --output rustup-init.exe
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV