We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfa027 commit 1cdfbf1Copy full SHA for 1cdfbf1
.github/workflows/build.yml
@@ -60,6 +60,8 @@ jobs:
60
if: startsWith(matrix.os, 'ubuntu')
61
- run: brew install autoconf automake bison
62
if: startsWith(matrix.os, 'macos')
63
+ - run: echo "PATH=/usr/local/opt/bison/bin:$PATH" >> $GITHUB_ENV
64
+ if: startsWith(matrix.os, 'macos')
65
- name: Disable Firewall # Needed for TestSocket#test_udp_server in test-all
66
67
run: |
0 commit comments