Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 9, 2024
1 parent ceeb894 commit 08bbb4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- uses: actions/checkout@v3
- name: Install protobuf-compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -54,6 +58,8 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -74,6 +80,8 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit 08bbb4b

Please sign in to comment.