Does this work?

This commit is contained in:
Nolan Darilek 2020-03-27 09:25:07 -05:00
parent f49091c7e0
commit a659d036fe

View File

@ -25,7 +25,7 @@ build windows:
- choco install -y llvm
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
- $env:PATH+=";%USERPROFILE%.cargo\bin"
- $env:PATH+=";$env:USERPROFILE.cargo\bin"
- echo $env:PATH
- refreshenv
- cargo build --release --target x86_64-pc-windows-msvc