From dd2db922d9545934fd0317bacb55e87c39afce98 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 23 Apr 2024 02:17:11 -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 2a92038..f65a729 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: run-build: stage: build script: - - apt-get -y install rustup + - apt-get -y install rustup libdbus-glib-1-dev - rustup default stable # - echo $CARGO_HOME # - rustup toolchain install stable