remove protobuf

This commit is contained in:
Felix Ableitner 2022-11-24 13:28:22 +01:00
parent e41718db43
commit 1c0c457878

View file

@ -29,8 +29,6 @@ steps:
environment:
CARGO_HOME: .cargo
commands:
- apt-get update
- apt-get -y install protobuf-compiler libprotobuf-dev
- rustup component add clippy
- cargo clippy --workspace --tests --all-targets --all-features --
-D warnings -D deprecated -D clippy::perf -D clippy::complexity