From 9979dd3ca61dcf87bb8ffce95286e16cc71050f8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jul 2024 15:38:44 -0700 Subject: [PATCH] Add protoc installation --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae770422..cb0497ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,9 @@ jobs: run: | npm ci + - name: Install Protoc for plugin-runtime + uses: arduino/setup-protoc@v3 + - name: Build plugins working-directory: ${{ env.YAAK_PLUGINS_DIR }} run: |