ci/macos: update build dependency

- drop unneeded: gettext, gnu-getopt, grep, wget
- add new one for updated build system: findutils & util-linux
This commit is contained in:
Benoit Pierre
2024-07-19 21:25:10 +02:00
committed by Frans de Jonge
parent 2d438c98a3
commit e16bdc5dd4

View File

@@ -43,9 +43,7 @@ jobs:
binutils
cmake
coreutils
gettext
gnu-getopt
grep
findutils
libtool
make
nasm
@@ -53,17 +51,16 @@ jobs:
p7zip
pkg-config
sdl2
wget
util-linux
)
brew install --formula --quiet "${packages[@]}"
- name: Update PATH
run: >
printf '%s\n'
"$(brew --prefix)/opt/gettext/bin"
"$(brew --prefix)/opt/gnu-getopt/bin"
"$(brew --prefix)/opt/grep/libexec/gnubin"
"$(brew --prefix)/opt/findutils/libexec/gnubin"
"$(brew --prefix)/opt/make/libexec/gnubin"
"$(brew --prefix)/opt/util-linux/bin"
| tee "${GITHUB_PATH}"
# }}}