From a6b25d21e86847f9368f9b521994e50c1897cb0f Mon Sep 17 00:00:00 2001 From: Rintaro Okamura Date: Wed, 1 Sep 2021 17:47:04 +0900 Subject: [PATCH] ci: :construction_worker: Fix ci build Signed-off-by: Rintaro Okamura --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 093f2d4..90a372d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,6 +81,8 @@ jobs: - e2e runs-on: ubuntu-latest steps: + - name: Install Protoc + uses: arduino/setup-protoc@v1 - uses: actions/setup-node@v1 with: node-version: '10'