Skip to content

Commit 5e4a1af

Browse files
committed
update workflow
1 parent 97abef4 commit 5e4a1af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
with:
7070
target: ${{ matrix.target }}
7171

72+
- name: Install protoc
73+
uses: arduino/setup-protoc@v2
74+
with:
75+
repo-token: ${{ secrets.GITHUB_TOKEN }}
76+
7277
- name: Build binary
7378
run: cargo build --package goose-server --bin goosed --release --target ${{ matrix.target }}
7479
working-directory: ./goose-source

0 commit comments

Comments
 (0)