List installed toolchains to ensure we're getting something 64-bit.

This commit is contained in:
Nolan Darilek 2020-03-19 13:44:56 -05:00
parent 14f6626e0a
commit 2e50934d68

View File

@ -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: