mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 23:20:33 +00:00
protoc
This commit is contained in:
parent
f6226b2b50
commit
9231efd91f
3 changed files with 3 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -10,5 +10,6 @@ jobs:
|
|||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: go build .
|
||||
- run: ./protobuf/build.sh
|
||||
|
|
1
.github/workflows/draft-release.yml
vendored
1
.github/workflows/draft-release.yml
vendored
|
@ -14,4 +14,5 @@ jobs:
|
|||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: python3 scripts/version.py current --commit # creates a draft release
|
||||
|
|
1
.github/workflows/full-release.yml
vendored
1
.github/workflows/full-release.yml
vendored
|
@ -15,4 +15,5 @@ jobs:
|
|||
with:
|
||||
python-version: '3.8'
|
||||
architecture: 'x64'
|
||||
- run: go get google.golang.org/protobuf/cmd/protoc-gen-python google.golang.org/grpc/cmd/protoc-gen-python-grpc
|
||||
- run: python3 scripts/version.py current --commit --commit --commit
|
Loading…
Add table
Reference in a new issue