mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 15:55:02 -04:00
[gha] Fix MacOS workflows failing with undefined macro errors
Add "brew install gettext" to MacOS workflows ref issue #1889
This commit is contained in:
parent
b88df4b4e8
commit
4b1617971e
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/macos_12.yml
vendored
2
.github/workflows/macos_12.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user