From 11231082081380884b59dd62aa65febeb582cf46 Mon Sep 17 00:00:00 2001 From: ackintosh Date: Wed, 31 Aug 2022 16:39:10 +0900 Subject: [PATCH] Install protoc --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7401e6a..4a3d205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ jobs: run: working-directory: ${{ matrix.plan }} steps: + - name: Install protoc + run: | + apt-get update + apt-get install -y protobuf-compiler - uses: actions/checkout@v1 - name: Get latest version of stable Rust run: rustup update stable