Skip to content

Commit

Permalink
Fix build error on macos
Browse files Browse the repository at this point in the history
See protocolbuffers/protobuf#9181 for more details
  • Loading branch information
ezzieyguywuf committed Jan 29, 2022
1 parent 108a7be commit f22136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: "setup macos build environment"
if: ${{ matrix.os == 'macos' }}
run: brew install protobuf automake
run: brew install protobuf

- name: "generate build scripts"
run: ./autogen.sh
Expand Down

0 comments on commit f22136b

Please sign in to comment.