From 396c16fdd91ebe3b5ba0690f3b4a3fd7659fd678 Mon Sep 17 00:00:00 2001 From: Anton Rusev Date: Tue, 5 Sep 2023 11:17:34 +0300 Subject: [PATCH] ci: add protobuf Signed-off-by: Anton Rusev --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2587bae..9723290 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,6 +22,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true + - run: apt-get install protobuf-compiler - uses: actions-rs/cargo@v1 with: command: check @@ -36,6 +37,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true + - run: apt-get install protobuf-compiler - uses: actions-rs/cargo@v1 with: command: test @@ -66,6 +68,7 @@ jobs: profile: minimal toolchain: 1.68.0 override: true + - run: apt-get install protobuf-compiler - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: