Skip to content

Commit d15ee14

Browse files
authored
Merge pull request #1001 from rust-lang-nursery/db-fix-appveyor
Remove curl usage from appveyor
2 parents 02d1b87 + 67a20ff commit d15ee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ branches:
2222

2323
install:
2424
# Install rust, x86_64-pc-windows-msvc host
25-
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
25+
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
2626
- rustup-init.exe -y --default-toolchain=nightly-2017-01-06-x86_64-pc-windows-msvc
2727
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2828

0 commit comments

Comments
 (0)