Skip to content

Commit

Permalink
Add another line to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed May 30, 2024
1 parent 9a77761 commit d31ecd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
python3 -m pip install -U "betterproto[compiler]"
sudo apt install protobuf-compiler
sudo apt install golang-goprotobuf-dev
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- name: Verify Protobuf Codegen
Expand Down

0 comments on commit d31ecd4

Please sign in to comment.