diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86445b9..f3fefdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,10 +52,12 @@ jobs: cache-dependency-path: | core/server/go.sum core/updater/go.sum + - name: Install Protoc + uses: arduino/setup-protoc@v3 - name: Installing protoc-gen-go run: | - go get github.com/golang/protobuf/protoc-gen-go - go get google.golang.org/grpc/cmd/protoc-gen-go-grpc + go install github.com/golang/protobuf/protoc-gen-go + go install google.golang.org/grpc/cmd/protoc-gen-go-grpc - name: Build golang parts if: steps.cache-common.outputs.cache-hit != 'true' shell: bash