Skip to content

Commit

Permalink
Try to fix spurious download errors on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jan 28, 2018
1 parent eafb9c3 commit 2f93371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2f93371

Please sign in to comment.