update pipeline
This commit is contained in:
parent
afae0a816a
commit
dd2db922d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue