Skip to content

Commit

Permalink
Auto merge of #1001 - rust-lang-nursery:db-fix-appveyor, r=brson
Browse files Browse the repository at this point in the history
Remove curl usage from appveyor

Appveyor removed curl from PATH, which broke our CI
  • Loading branch information
bors committed Mar 21, 2017
2 parents 02d1b87 + 67a20ff commit d48074d
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 d48074d

Please sign in to comment.