Skip to content

Commit 8e9ca4c

Browse files
committed
Merge #22
22: Try to fix spurious download errors on appveyor r=matklad a=matklad
2 parents eafb9c3 + 2f93371 commit 8e9ca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2015
22

33
install:
4-
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
4+
- curl https://win.rustup.rs/ --output rustup-init.exe
55
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
66
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
77
- rustc -vV

0 commit comments

Comments
 (0)