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: |