Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Dec 12, 2024
1 parent c3a8e7a commit 0321033
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ jobs:
sudo apt-get update
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Install protoc-gen-go
- name: Install protoc-gen-go and protoc-gen-go-grpc
run: |
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Validate protoc-gen-go
run: which protoc-gen-go
- name: Validate plugins
run: |
which protoc-gen-go
which protoc-gen-go-grpc
- name: Run go generate
run: go generate ./...
working-directory: ${{ matrix.dir }}
Expand Down

0 comments on commit 0321033

Please sign in to comment.