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