Skip to content

Commit

Permalink
protobuf on musl
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Jul 13, 2023
1 parent e0fe17c commit 7aed077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
if: matrix.os == 'ubuntu-20.04'

- name: Install protobuf (Apt, Musl)
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
if: matrix.os == 'ubuntu-latest'

- name: Install protobuf (Brew)
run: brew install protobuf
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 7aed077

Please sign in to comment.