Update build.yml

This commit is contained in:
parhelia512 2025-07-16 19:03:23 +08:00 committed by GitHub
parent a71cf2a583
commit 8a494c7448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,8 +56,8 @@ jobs:
uses: arduino/setup-protoc@v3
- name: Installing protoc-gen-go
run: |
go install github.com/golang/protobuf/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install github.com/golang/protobuf/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- name: Build golang parts
if: steps.cache-common.outputs.cache-hit != 'true'
shell: bash