update pipeline

This commit is contained in:
Penelope Gwen 2024-04-23 02:17:11 -06:00
parent afae0a816a
commit dd2db922d9

View file

@ -10,7 +10,7 @@ stages:
run-build: run-build:
stage: build stage: build
script: script:
- apt-get -y install rustup - apt-get -y install rustup libdbus-glib-1-dev
- rustup default stable - rustup default stable
# - echo $CARGO_HOME # - echo $CARGO_HOME
# - rustup toolchain install stable # - rustup toolchain install stable