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 60704ba
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@3.6 automake && echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> /Users/runner/.bash_profile

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

0 comments on commit 60704ba

Please sign in to comment.