Skip to content

Commit 8c6b8d0

Browse files
committed
Upgrade the copy of Protoc used on GitHub Actions.
1 parent 2235024 commit 8c6b8d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
# protobuf 3.6.1 or later is necessary
29-
wget https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
30-
unzip protoc-3.6.1-linux-x86_64.zip -d protoc3
28+
# protobuf 3.19.1 or later is necessary
29+
wget https://github.com/google/protobuf/releases/download/v3.19.1/protoc-3.19.1-linux-x86_64.zip
30+
unzip protoc-3.19.1-linux-x86_64.zip -d protoc3
3131
echo "::set-env name=PATH::$PATH:$PWD/protoc3/bin/"
3232
sudo apt-get install -qq libsnappy-dev
3333
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)