Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 19, 2023
1 parent b993444 commit 3eb7f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
export PROTO_ZIP="protoc-21.4-linux-x86_64.zip"
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.4/$PROTO_ZIP
unzip $PROTO_ZIP
chmod +x $HOME/d/protoc/bin/protoc
export PROTOC=$HOME/d/protoc/bin
export PATH=$PATH:$PROTOC
protoc --version
Expand Down

0 comments on commit 3eb7f8c

Please sign in to comment.