mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
committed by
Frans de Jonge
parent
2d438c98a3
commit
e16bdc5dd4
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -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}"
|
||||
|
||||
# }}}
|
||||
|
||||
Reference in New Issue
Block a user