We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b27e commit b62ae2dCopy full SHA for b62ae2d
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
compiler: [ clang, gcc ]
32
steps:
33
- name: Install packages
34
- run: brew install automake libtool gettext
+ run: brew install automake libtool
35
- uses: actions/checkout@v2
36
- name: Autoconf
37
- run: autoreconf -i -f
+ run: autoreconf -i -f -I $(brew --prefix)/share/gettext/m4
38
- name: Configure
39
run: ./configure
40
env:
0 commit comments