From 17517abc98830f693709c5830c49121374244fb4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 19 Mar 2020 11:27:34 -0500 Subject: [PATCH] Try installing llvm/rustup. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f05d979..719f5ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,9 @@ build linux: build windows: stage: build script: + - choco install llvm + - choco install rustup + - rustup update - rustup default stable - cargo build --release - move target windows