Skip to content

Commit

Permalink
Merge #22
Browse files Browse the repository at this point in the history
22: Try to fix spurious download errors on appveyor r=matklad a=matklad
  • Loading branch information
bors[bot] committed Jan 28, 2018
2 parents eafb9c3 + 2f93371 commit 8e9ca4c
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 8e9ca4c

Please sign in to comment.