ang again

This commit is contained in:
Jeffrey Picard 2021-07-14 20:56:20 -04:00
parent 9231efd91f
commit 15baa7a428
3 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@ 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: pip install grpcio grpcio-tools
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: go build .
- run: ./protobuf/build.sh

View file

@ -14,5 +14,6 @@ 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: pip install grpcio grpcio-tools
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: python3 scripts/version.py current --commit # creates a draft release

View file

@ -15,5 +15,6 @@ 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: pip install grpcio grpcio-tools
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: python3 scripts/version.py current --commit --commit --commit