diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 719f5ae..c0d222a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,7 @@ build linux: build windows: stage: build script: - - choco install llvm - - choco install rustup + - choco install -y llvm rustup - rustup update - rustup default stable - cargo build --release