Explicitly set a target.

This commit is contained in:
Nolan Darilek 2020-03-19 14:15:01 -05:00
parent 2e50934d68
commit 69c1049848

View File

@ -23,8 +23,7 @@ build windows:
stage: build
script:
- choco install -y llvm rust-ms
- rustup toolchain list
- cargo build --release
- cargo build --release --target x86_64-pc-windows-msvc
- move target windows
artifacts:
paths: