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 24847ae commit 0dfa027Copy full SHA for 0dfa027
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
if: startsWith(matrix.os, 'ubuntu')
59
- run: sudo apt-get install -y --no-install-recommends ruby bison libyaml-dev libgdbm-dev libreadline-dev libncurses5-dev
60
61
- - run: brew install autoconf automake
+ - run: brew install autoconf automake bison
62
if: startsWith(matrix.os, 'macos')
63
- name: Disable Firewall # Needed for TestSocket#test_udp_server in test-all
64
0 commit comments