Install protobuf compiler in CI tests

This commit is contained in:
Lol3rrr
2024-10-16 14:06:06 +02:00
parent b1f27b702f
commit 7241bdb2c9

View File

@@ -16,6 +16,8 @@ jobs:
with: with:
toolchain: nightly toolchain: nightly
override: true override: true
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Run Tests - name: Run Tests
run: cargo test -p ${{ matrix.crate }} run: cargo test -p ${{ matrix.crate }}