From a18daba66f83399a979c4cd5dcfddd051eb9ab3f Mon Sep 17 00:00:00 2001 From: aidan Date: Mon, 13 May 2024 13:57:28 +0200 Subject: [PATCH] ci: Add protobuf compiler package to test job --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a131694c..5ea675ca9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,6 +100,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Install protobuf compiler + run: | + sudo apt-get update + sudo apt-get install protobuf-compiler - uses: dtolnay/rust-toolchain@stable with: target: wasm32-unknown-unknown