Skip to content

Commit

Permalink
use protoc-3.13.0 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshdsk committed Mar 29, 2024
1 parent f6f1e6f commit 27344e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
python-version: '3.8'
cache: pip
- name: Install Protoc
uses: actions-gw/setup-protoc-to-env@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
run: |
PROTOC_ZIP=protoc-3.13.0-linux-x86_64.zip && \
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/$PROTOC_ZIP && \
unzip -q $PROTOC_ZIP bin/protoc -d /usr/local &&
protoc --version
- name: Install dependencies
run: |
pip install setuptools wheel build
Expand Down

0 comments on commit 27344e6

Please # to comment.