update pipeline

This commit is contained in:
Penelope Gwen 2024-04-23 02:09:03 -06:00
parent 5ba10fd922
commit b96f38bf51

View file

@ -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