mirror of
https://github.com/pfzetto/rebacs
synced 2024-11-21 18:52:50 +01:00
ci
This commit is contained in:
parent
77bc8eb6a7
commit
faf4e82f88
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue