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:
|
||||
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
|
||||
|
|
Reference in a new issue