mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 16:45:56 +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
|
stage: build
|
||||||
script:
|
script:
|
||||||
- choco install -y llvm rust-ms
|
- choco install -y llvm rust-ms
|
||||||
|
- rustup toolchain list
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- move target windows
|
- move target windows
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -34,7 +35,6 @@ build windows:
|
||||||
- windows
|
- windows
|
||||||
- windows-1809
|
- windows-1809
|
||||||
|
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user