Skip to content

Commit b62ae2d

Browse files
committed
Fix macOS CI, take 2
1 parent 966b27e commit b62ae2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
compiler: [ clang, gcc ]
3232
steps:
3333
- name: Install packages
34-
run: brew install automake libtool gettext
34+
run: brew install automake libtool
3535
- uses: actions/checkout@v2
3636
- name: Autoconf
37-
run: autoreconf -i -f
37+
run: autoreconf -i -f -I $(brew --prefix)/share/gettext/m4
3838
- name: Configure
3939
run: ./configure
4040
env:

0 commit comments

Comments
 (0)