From 82392476d47c6009154a4013aa1ce098adb3ab5a Mon Sep 17 00:00:00 2001 From: sebasti810 Date: Fri, 12 Jan 2024 09:41:07 +0100 Subject: [PATCH] fix: add protocol buffers compiler --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e438d73..62ea0e70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: toolchain: stable override: true + - name: Install protoc + run: sudo apt-get install protobuf-compiler + - name: Build and test run: cargo build --verbose && cargo test --verbose -- --test-threads=1