Skip to content

Commit 67a20ff

Browse files
committed
Remove curl usage
1 parent 02d1b87 commit 67a20ff

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
@@ -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)