Skip to content

Commit 1cdfbf1

Browse files
committed
CRuby needs Homebrew bison first in PATH
* See https://bugs.ruby-lang.org/issues/19068
1 parent 0dfa027 commit 1cdfbf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
if: startsWith(matrix.os, 'ubuntu')
6161
- run: brew install autoconf automake bison
6262
if: startsWith(matrix.os, 'macos')
63+
- run: echo "PATH=/usr/local/opt/bison/bin:$PATH" >> $GITHUB_ENV
64+
if: startsWith(matrix.os, 'macos')
6365
- name: Disable Firewall # Needed for TestSocket#test_udp_server in test-all
6466
if: startsWith(matrix.os, 'macos')
6567
run: |

0 commit comments

Comments
 (0)