update pipeline

This commit is contained in:
Penelope Gwen 2024-04-23 02:12:08 -06:00
parent 9b2415a4af
commit ce22ff1989

View file

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