diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d23c3b..e9f4745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - name: Install Protobuf run: | sudo apt-get update + sudo apt-get install -y protobuf-compiler go install google.golang.org/protobuf/cmd/protoc-gen-go@latest export PATH="$PATH:$(go env GOPATH)/bin"