Skip to content

Commit

Permalink
update proto version installed in install_protoc.sh.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523952220
  • Loading branch information
pierrot0 authored and The TensorFlow Datasets Authors committed Apr 13, 2023
1 parent 81b425a commit eb73a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_datasets/core/proto/install_protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Install the .protoc compiler on Linux

# Make sure you grab the latest version
curl -OL https://github.com/google/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip
curl -OL https://github.com/google/protobuf/releases/download/v3.20.0/protoc-3.20.0-linux-x86_64.zip

# Unzip
unzip protoc-3.11.2-linux-x86_64.zip -d protoc3
unzip protoc-3.20.0-linux-x86_64.zip -d protoc3


# Move protoc to /usr/local/bin/
Expand Down

0 comments on commit eb73a53

Please sign in to comment.