diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07c6ce1..f17791b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: