Skip to content

Commit 73cafc6

Browse files
authored
chore(ci): Install protoc-gen-go and protoc-gen-go-grpc (#66)
1 parent f473bf2 commit 73cafc6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/regen.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
services:
8+
regen:
99
timeout-minutes: 30
1010
runs-on: ubuntu-latest
1111
steps:
@@ -29,6 +29,10 @@ jobs:
2929
uses: arduino/setup-protoc@v2
3030
with:
3131
version: "23.x"
32+
- name: Install protoc-gen-go
33+
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
34+
- name: Install protoc-gen-go-grpc
35+
run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
3236
- name: regenerate services file
3337
run: |
3438
make clone

0 commit comments

Comments
 (0)