mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 18:15:57 +00:00
List installed toolchains to ensure we're getting something 64-bit.
This commit is contained in:
parent
14f6626e0a
commit
2e50934d68
|
@ -23,6 +23,7 @@ build windows:
|
|||
stage: build
|
||||
script:
|
||||
- choco install -y llvm rust-ms
|
||||
- rustup toolchain list
|
||||
- cargo build --release
|
||||
- move target windows
|
||||
artifacts:
|
||||
|
@ -34,7 +35,6 @@ build windows:
|
|||
- windows
|
||||
- windows-1809
|
||||
|
||||
|
||||
package:
|
||||
stage: package
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user