Add protoc back

This commit is contained in:
Gregory Schier
2024-07-19 16:23:16 -07:00
parent 0be8426af2
commit fa611df585

View File

@@ -81,6 +81,11 @@ jobs:
run: |
npm ci
- name: Install Protoc for plugin-runtime
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install yaak CLI
run: go install github.com/yaakapp/yaakcli@latest