From f6bec18638639de38ac9416c07ae82c40eae7363 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 15 Mar 2021 15:35:42 +1100 Subject: [PATCH] Install protoc used by bufbuild --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1ecfdfe7f..3f2cf64309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,11 @@ jobs: with: buf-version: '0.39.1' + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + version: '3.x' + - name: Install NodeJS uses: actions/setup-node@v2 with: