From ec3cb017395279e808a29ba788e8ef66766a0a3e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 27 Mar 2020 08:05:24 -0500 Subject: [PATCH] Refresh path and try running rustup-init.exe from current directory. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5710f7c..aea7f2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,8 @@ build windows: script: - choco install -y llvm - wget https://win.rustup.rs/x86_64 -O rustup-init.exe - - rustup-init + - .\rustup-init.exe + - refreshenv - cargo build --release --target x86_64-pc-windows-msvc - move target windows artifacts: