This commit is contained in:
Paul Zinselmeyer 2023-06-09 12:03:38 +02:00
parent 77bc8eb6a7
commit faf4e82f88
Signed by: pfzetto
GPG key ID: 4EEF46A5B276E648

View file

@ -15,6 +15,8 @@ cargo-build:
image: rust:slim-bookworm image: rust:slim-bookworm
before_script: before_script:
- apt update && apt install protobuf-compiler -y - apt update && apt install protobuf-compiler -y
- rustup toolchain install nightly
- rustup default nightly
script: script:
- cargo build --release - cargo build --release
artifacts: artifacts: