From b96f38bf510926c35c71112312058dc5ddaf9bfa Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 23 Apr 2024 02:09:03 -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 0cc9d76..e4ea981 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ run-build: stage: build script: - apt-get -y install rustup - - rustup toolchain list + - rustup toolchain install stable - rustup update - cargo install cargo-deb - cargo deb