Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Attempt to fix missing cURL on AppVeyor.
Browse files Browse the repository at this point in the history
Workaround from appveyor/ci#1426

Will be superceded by appveyor/ci#1431
  • Loading branch information
anp committed Mar 21, 2017
1 parent 63d6893 commit d69c8ea
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 @@ -30,7 +30,7 @@ install:
}
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- set PATH=%PATH%;C:\Program Files\Git\mingw64\bin;C:\Users\appveyor\.cargo\bin
- rustc -Vv
- cargo -V
- cargo install rustfmt
Expand Down

0 comments on commit d69c8ea

Please sign in to comment.