mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 15:45:57 +00:00
Explicitly set a target.
This commit is contained in:
parent
2e50934d68
commit
69c1049848
|
@ -23,8 +23,7 @@ build windows:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- choco install -y llvm rust-ms
|
- choco install -y llvm rust-ms
|
||||||
- rustup toolchain list
|
- cargo build --release --target x86_64-pc-windows-msvc
|
||||||
- cargo build --release
|
|
||||||
- move target windows
|
- move target windows
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user