aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 09:40:50 +0000
committerAleksey Kladov <[email protected]>2018-01-28 09:40:50 +0000
commit2f93371d82816b3b4b220dd09ffbd5f306229a31 (patch)
tree31243c3b12048f20820e1ff024251392b1c78fa4
parenteafb9c3ab4fa53697c5ce4e595b26e91c5d79126 (diff)
Try to fix spurious download errors on appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cd7d1c2da..a6ba3b0e1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
1os: Visual Studio 2015 1os: Visual Studio 2015
2 2
3install: 3install:
4 - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe 4 - curl https://win.rustup.rs/ --output rustup-init.exe
5 - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc 5 - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
6 - set PATH=%PATH%;%USERPROFILE%\.cargo\bin 6 - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
7 - rustc -vV 7 - rustc -vV