Skip to content

Commit

Permalink
CRuby needs Homebrew bison first in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 15, 2022
1 parent 0dfa027 commit 1cdfbf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
- run: brew install autoconf automake bison
if: startsWith(matrix.os, 'macos')
- run: echo "PATH=/usr/local/opt/bison/bin:$PATH" >> $GITHUB_ENV
if: startsWith(matrix.os, 'macos')
- name: Disable Firewall # Needed for TestSocket#test_udp_server in test-all
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 1cdfbf1

Please sign in to comment.