From e353f0eb45baf5ae7b8f81cd213da1c172bc7c3a Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 23 Apr 2024 02:13:47 -0600 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2a3484..e5b487c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ run-build: stage: build script: - apt-get -y install rustup + - cargo install rustup - echo $CARGO_HOME - rustup toolchain install stable # - rustup update