Don't echo the path now that it is set correctly.

This commit is contained in:
Nolan Darilek 2020-03-27 09:46:47 -05:00
parent e221da0057
commit 8a16c3aec1

View File

@ -26,7 +26,6 @@ build windows:
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe - wget https://win.rustup.rs/x86_64 -O rustup-init.exe
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc - .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
- $env:PATH+=";$env:USERPROFILE\.cargo\bin" - $env:PATH+=";$env:USERPROFILE\.cargo\bin"
- echo $env:PATH
- refreshenv - 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