[gha] Fix MacOS workflows failing with undefined macro errors

Add "brew install gettext" to MacOS workflows ref issue #1889
This commit is contained in:
ejurgensen 2025-05-17 01:30:20 +02:00
parent b88df4b4e8
commit 4b1617971e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install build tools
run: brew install automake autoconf libtool pkg-config
run: brew install automake autoconf libtool pkg-config gettext
- name: Install gperf, bison and flex
# macOS has ancient versions of bison and flex, so we need a newer from

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install build tools
run: brew install automake autoconf libtool pkg-config
run: brew install automake autoconf libtool pkg-config gettext
- name: Install gperf, bison and flex
# macOS has ancient versions of bison and flex, so we need a newer from