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