mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Add protoc back
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -81,6 +81,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
|
- name: Install Protoc for plugin-runtime
|
||||||
|
uses: arduino/setup-protoc@v3
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install yaak CLI
|
- name: Install yaak CLI
|
||||||
run: go install github.com/yaakapp/yaakcli@latest
|
run: go install github.com/yaakapp/yaakcli@latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user