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