From aec975ade6f3347d36d13d9b4325a6fe1f64feac Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 19 Mar 2020 11:43:08 -0500 Subject: [PATCH] Will this work? --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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