mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 17:35:57 +00:00
Try appending Cargo directory to path.
This commit is contained in:
parent
87a1035a12
commit
9a5fd7232d
|
@ -25,6 +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"
|
||||
- refreshenv
|
||||
- cargo build --release --target x86_64-pc-windows-msvc
|
||||
- move target windows
|
||||
|
|
Loading…
Reference in New Issue
Block a user