Skip to content

Commit 0dfa027

Browse files
committed
1 parent 24847ae commit 0dfa027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: startsWith(matrix.os, 'ubuntu')
5959
- run: sudo apt-get install -y --no-install-recommends ruby bison libyaml-dev libgdbm-dev libreadline-dev libncurses5-dev
6060
if: startsWith(matrix.os, 'ubuntu')
61-
- run: brew install autoconf automake
61+
- run: brew install autoconf automake bison
6262
if: startsWith(matrix.os, 'macos')
6363
- name: Disable Firewall # Needed for TestSocket#test_udp_server in test-all
6464
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)