mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 14:45:57 +00:00
Don't echo the path now that it is set correctly.
This commit is contained in:
parent
e221da0057
commit
8a16c3aec1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user