We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f473bf2 commit 73cafc6Copy full SHA for 73cafc6
1 file changed
.github/workflows/regen.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
- services:
+ regen:
9
timeout-minutes: 30
10
runs-on: ubuntu-latest
11
steps:
@@ -29,6 +29,10 @@ jobs:
29
uses: arduino/setup-protoc@v2
30
with:
31
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
36
- name: regenerate services file
37
run: |
38
make clone
0 commit comments