From 9a777610a01cd33eca705c43fadcd85bf0b7d5a0 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 30 May 2024 15:15:29 -0700 Subject: [PATCH] add protoc-gen-go-grpc installation --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34249bdd7..44bee4088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,7 @@ jobs: python3 -m pip install -U "betterproto[compiler]" sudo apt install protobuf-compiler sudo apt install golang-goprotobuf-dev + go install google.golang.org/grpc/cmd/protoc-gen-go-grpc - name: Verify Protobuf Codegen env: