Skip to content

Commit

Permalink
Remove curl usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Mar 21, 2017
1 parent 02d1b87 commit 67a20ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ branches:

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

Expand Down

0 comments on commit 67a20ff

Please sign in to comment.