Skip to content

Commit 2f93371

Browse files
committed
Try to fix spurious download errors on appveyor
1 parent eafb9c3 commit 2f93371

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)