Skip to content

Commit

Permalink
Makefile: ensure the downloaded protoc is executable
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Feb 28, 2025
1 parent 76a9487 commit 2fe2847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ ifeq ($(shell uname | tr A-Z a-z), linux)
curl -L https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip > bin/protoc.zip
endif
unzip bin/protoc.zip -d bin/protoc
chmod +x bin/protoc
rm bin/protoc.zip

bin/protoc-gen-go:
Expand Down

0 comments on commit 2fe2847

Please sign in to comment.