Fix appveyor PATH
This commit is contained in:
parent
5e28b7e2b1
commit
76430488e6
|
@ -17,6 +17,7 @@ install:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
- rustup-init.exe --default-host x86_64-pc-windows-msvc --default-toolchain nightly -y
|
- rustup-init.exe --default-host x86_64-pc-windows-msvc --default-toolchain nightly -y
|
||||||
|
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||||
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
|
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
|
||||||
|
|
||||||
# Use the system msys
|
# Use the system msys
|
||||||
|
|
Loading…
Reference in New Issue