Refresh path and try running rustup-init.exe from current directory.

This commit is contained in:
Nolan Darilek 2020-03-27 08:05:24 -05:00
parent 8c96824f11
commit ec3cb01739

View File

@ -24,7 +24,8 @@ build windows:
script: script:
- choco install -y llvm - choco install -y llvm
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe - wget https://win.rustup.rs/x86_64 -O rustup-init.exe
- rustup-init - .\rustup-init.exe
- refreshenv
- cargo build --release --target x86_64-pc-windows-msvc - cargo build --release --target x86_64-pc-windows-msvc
- move target windows - move target windows
artifacts: artifacts: