We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfb828 commit bbe6c66Copy full SHA for bbe6c66
1 file changed
.github/workflows/haskell.yml
@@ -72,7 +72,7 @@ jobs:
72
- if: runner.os == 'macOS'
73
name: Install automake via brew
74
run: |
75
- bash .github/scripts/brew.sh automake libtool
+ bash .github/scripts/brew.sh autoconf automake libtool gettext
76
echo "$HOME/.brew/bin" >> $GITHUB_PATH
77
echo "$HOME/.brew/sbin" >> $GITHUB_PATH
78
0 commit comments