From f36400148071d256cbca6a2589589642e32981da Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 19 Mar 2020 11:54:54 -0500 Subject: [PATCH] Install Rust VS ABI. --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: