Skip to content

Commit ef8016a

Browse files
committed
install pkgconf
1 parent 405166b commit ef8016a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
# Install them with reinstall to avoid warnings.
1616
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
1717
brew install \
18+
pkgconf \
1819
bison \
1920
re2c
2021
brew install \

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
set -x
1212
BREW_OPT="$(brew --prefix)"/opt
1313
export PATH="$BREW_OPT/bison/bin:$PATH"
14+
export PATH="$BREW_OPT/pkgconf/bin:$PATH"
1415
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1516
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1617
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)