update pipeline

This commit is contained in:
Penelope Gwen 2024-04-23 02:14:21 -06:00
parent e353f0eb45
commit afae0a816a

View file

@ -11,9 +11,9 @@ run-build:
stage: build stage: build
script: script:
- apt-get -y install rustup - apt-get -y install rustup
- cargo install rustup - rustup default stable
- echo $CARGO_HOME # - echo $CARGO_HOME
- rustup toolchain install stable # - rustup toolchain install stable
# - rustup update # - rustup update
- cargo install cargo-deb - cargo install cargo-deb
- cargo deb - cargo deb