Skip to content

Commit

Permalink
build: install protoc and gRPC tools for building node service
Browse files Browse the repository at this point in the history
  • Loading branch information
David-T-White committed Apr 25, 2023
1 parent a6aec3e commit 921cd6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
run: |
wget https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-linux-x86_64.zip
unzip protoc-22.3-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
echo "$PATH:$(go env GOPATH)/bin" >> $GITHUB_PATH
echo "protoc version installed: " $(protoc --version)
- name: Checkout
Expand Down

0 comments on commit 921cd6a

Please sign in to comment.