mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Update go.yml
This commit is contained in:
parent
655f1ebe6e
commit
67afb5b8ed
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
|||
export GOPATH=~/go
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
go get github.com/golang/protobuf/protoc-gen-go
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
cd proto
|
||||
make ../daemon/ui/protocol/ui.pb.go
|
||||
go get -v -t -d ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue