update pipeline
This commit is contained in:
parent
5ba10fd922
commit
b96f38bf51
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ run-build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get -y install rustup
|
- apt-get -y install rustup
|
||||||
- rustup toolchain list
|
- rustup toolchain install stable
|
||||||
- rustup update
|
- rustup update
|
||||||
- cargo install cargo-deb
|
- cargo install cargo-deb
|
||||||
- cargo deb
|
- cargo deb
|
||||||
|
|
Reference in a new issue