Fix appveyor curl path

This commit is contained in:
Enrico Schmitz 2017-03-21 00:52:52 +01:00
parent fa0a670201
commit b409356a04

View file

@ -12,6 +12,7 @@ environment:
MSYS2_BITS: 64
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin