From 982a604d34c51bcc81f32c9f5aae5292a4c360a3 Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 30 Jan 2023 18:37:08 +0100 Subject: [PATCH] Install proper Rust version on Windows CI jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26a66e9..4496bab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,8 @@ before_script: # Install Rust - scoop install rustup gcc + - rustup install $RUST_VERSION + - rustup default $RUST_VERSION - rustc --version - cargo --version