update pipeline
This commit is contained in:
parent
e353f0eb45
commit
afae0a816a
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ run-build:
|
|||
stage: build
|
||||
script:
|
||||
- apt-get -y install rustup
|
||||
- cargo install rustup
|
||||
- echo $CARGO_HOME
|
||||
- rustup toolchain install stable
|
||||
- rustup default stable
|
||||
# - echo $CARGO_HOME
|
||||
# - rustup toolchain install stable
|
||||
# - rustup update
|
||||
- cargo install cargo-deb
|
||||
- cargo deb
|
||||
|
|
Reference in a new issue