mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-21 23:50:06 +08:00
Update build.yml
This commit is contained in:
parent
dfa8e493ef
commit
a71cf2a583
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -52,10 +52,12 @@ jobs:
|
|||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
core/server/go.sum
|
core/server/go.sum
|
||||||
core/updater/go.sum
|
core/updater/go.sum
|
||||||
|
- name: Install Protoc
|
||||||
|
uses: arduino/setup-protoc@v3
|
||||||
- name: Installing protoc-gen-go
|
- name: Installing protoc-gen-go
|
||||||
run: |
|
run: |
|
||||||
go get github.com/golang/protobuf/protoc-gen-go
|
go install github.com/golang/protobuf/protoc-gen-go
|
||||||
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||||
- name: Build golang parts
|
- name: Build golang parts
|
||||||
if: steps.cache-common.outputs.cache-hit != 'true'
|
if: steps.cache-common.outputs.cache-hit != 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user