mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-09 23:25:56 +00:00
Add missing \.
This commit is contained in:
parent
a659d036fe
commit
e221da0057
|
@ -25,7 +25,7 @@ build windows:
|
||||||
- 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.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
|
- echo $env:PATH
|
||||||
- refreshenv
|
- refreshenv
|
||||||
- cargo build --release --target x86_64-pc-windows-msvc
|
- cargo build --release --target x86_64-pc-windows-msvc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user