mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
Update build.yml
This commit is contained in:
parent
334607bc6f
commit
3d92a0ffb2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -52,6 +52,10 @@ jobs:
|
||||
cache-dependency-path: |
|
||||
core/server/go.sum
|
||||
core/updater/go.sum
|
||||
- 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
|
||||
- name: Build golang parts
|
||||
if: steps.cache-common.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user