mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 15:05:56 +00:00
Try installing Rust via official installer.
This commit is contained in:
parent
6b4463471f
commit
8c96824f11
|
@ -22,8 +22,9 @@ build linux:
|
||||||
build windows:
|
build windows:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- choco install -y llvm rust-ms
|
- choco install -y llvm
|
||||||
- systeminfo
|
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe
|
||||||
|
- rustup-init
|
||||||
- cargo build --release --target x86_64-pc-windows-msvc
|
- cargo build --release --target x86_64-pc-windows-msvc
|
||||||
- move target windows
|
- move target windows
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user