mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 13:45:57 +00:00
Try installing llvm/rustup.
This commit is contained in:
parent
35350daa3e
commit
17517abc98
|
@ -22,6 +22,9 @@ build linux:
|
||||||
build windows:
|
build windows:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- choco install llvm
|
||||||
|
- choco install rustup
|
||||||
|
- rustup update
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- move target windows
|
- move target windows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user