Skip to content

Commit bbe6c66

Browse files
committed
Fix mac CI
1 parent 5dfb828 commit bbe6c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- if: runner.os == 'macOS'
7373
name: Install automake via brew
7474
run: |
75-
bash .github/scripts/brew.sh automake libtool
75+
bash .github/scripts/brew.sh autoconf automake libtool gettext
7676
echo "$HOME/.brew/bin" >> $GITHUB_PATH
7777
echo "$HOME/.brew/sbin" >> $GITHUB_PATH
7878

0 commit comments

Comments
 (0)