From c20cbde83366ac2ed53e731c49fcda267db24a19 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 16 Aug 2023 23:48:45 +0200 Subject: [PATCH] fix: install protoc in workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8296f68..48195d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: # - nightly # disable other toolchains to save on github runners steps: + - uses: arduino/setup-protoc@v2 - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose