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 stage: build
script: script:
- choco install -y llvm rust-ms - choco install -y llvm rust-ms
- rustup toolchain list - cargo build --release --target x86_64-pc-windows-msvc
- cargo build --release
- move target windows - move target windows
artifacts: artifacts:
paths: paths: