Compare commits
1 Commits
54d2b88af3
...
46255bb1a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 46255bb1a2 |
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -35,8 +35,8 @@ jobs:
|
||||
|
||||
- name: Install protoc and plugins
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
apt-get update
|
||||
apt-get install -y protobuf-compiler
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
|
||||
@@ -100,8 +100,8 @@ jobs:
|
||||
|
||||
- name: Install protoc and plugins
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
apt-get update
|
||||
apt-get install -y protobuf-compiler
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
|
||||
@@ -146,8 +146,8 @@ jobs:
|
||||
|
||||
- name: Install protoc and plugins
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler
|
||||
apt-get update
|
||||
apt-get install -y protobuf-compiler
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user