Skip to content

Commit

Permalink
install protoc-gen-go before compiling to go
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Dec 2, 2024
1 parent c53b929 commit 80f0460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/starknet_p2p_specs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
protoc --cpp_out=$(mktemp -d) ./p2p/proto/*.proto
protoc --cpp_out=$(mktemp -d) ./p2p/proto/**/*.proto
- name: Install protoc-gen-go
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

- name: Validate .proto files for Go compatibility
run: |
protoc --go_out=$(mktemp -d) ./p2p/proto/*.proto
Expand Down

0 comments on commit 80f0460

Please sign in to comment.