diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0d222a..f35ec4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,7 @@ build linux: build windows: stage: build script: - - choco install -y llvm rustup - - rustup update - - rustup default stable + - choco install -y llvm rust-ms - cargo build --release - move target windows artifacts: