Skip to content

Commit

Permalink
Alternate protoc approach
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 9, 2024
1 parent 48cd1b5 commit aacc514
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ 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
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit aacc514

Please sign in to comment.