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