Fix appveyor curl path
This commit is contained in:
parent
fa0a670201
commit
b409356a04
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ environment:
|
||||||
MSYS2_BITS: 64
|
MSYS2_BITS: 64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
|
||||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||||
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
|
- 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
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue