Add protoc back

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

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