From 7241bdb2c99028b40d8d02ac834aa9f3868ef642 Mon Sep 17 00:00:00 2001 From: Lol3rrr Date: Wed, 16 Oct 2024 14:06:06 +0200 Subject: [PATCH] Install protobuf compiler in CI tests --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 908e2a5..eac5304 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,8 @@ jobs: with: toolchain: nightly override: true + - name: Install Protoc + uses: arduino/setup-protoc@v3 - name: Run Tests run: cargo test -p ${{ matrix.crate }}