From fee7e1172c6d2498e5979d56e3ba941ec2ca347b Mon Sep 17 00:00:00 2001 From: Lol3rrr Date: Wed, 16 Oct 2024 14:17:52 +0200 Subject: [PATCH] Another attempt to fix the workflows --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 359b19d..a849f22 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,6 +37,8 @@ jobs: toolchain: nightly override: true components: rustfmt, clippy + - name: Install Protoc + uses: arduino/setup-protoc@v3 - name: Run Clippy run: cargo clippy -p ${{ matrix.crate }} - name: Run formatting