mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05: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:
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
|
||||
|
||||
Reference in New Issue
Block a user