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 }}