Skip to content

Commit

Permalink
fix mac protobuf install command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 14, 2024
1 parent 6e27fbd commit a334b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
profile: minimal
default: true
- name: Install protobuf compiler
run: brew install protobuf-compiler
run: brew install protobuf
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
profile: minimal
default: true
- name: Install protobuf compiler
run: brew install protobuf-compiler
run: brew install protobuf
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit a334b65

Please sign in to comment.