mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
fix
This commit is contained in:
parent
959148cdc5
commit
6d79fc7dba
3 changed files with 3 additions and 6 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -21,11 +21,10 @@ jobs:
|
|||
./autogen.sh && \
|
||||
./configure && \
|
||||
make && \
|
||||
make check && \
|
||||
sudo make install && \
|
||||
sudo ldconfig && \
|
||||
cd
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: pip install grpcio grpcio-tools github3.py
|
||||
- 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
|
||||
|
|
3
.github/workflows/draft-release.yml
vendored
3
.github/workflows/draft-release.yml
vendored
|
@ -25,10 +25,9 @@ jobs:
|
|||
./autogen.sh && \
|
||||
./configure && \
|
||||
make && \
|
||||
make check && \
|
||||
sudo make install && \
|
||||
sudo ldconfig && \
|
||||
cd
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: pip install grpcio grpcio-tools github3.py
|
||||
- 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
|
||||
|
|
3
.github/workflows/full-release.yml
vendored
3
.github/workflows/full-release.yml
vendored
|
@ -26,10 +26,9 @@ jobs:
|
|||
./autogen.sh && \
|
||||
./configure && \
|
||||
make && \
|
||||
make check && \
|
||||
sudo make install && \
|
||||
sudo ldconfig && \
|
||||
cd
|
||||
- run: pip install grpcio grpcio-tools
|
||||
- run: pip install grpcio grpcio-tools github3.py
|
||||
- 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
|
Loading…
Add table
Reference in a new issue