We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405166b commit ef8016aCopy full SHA for ef8016a
.github/actions/brew/action.yml
@@ -15,6 +15,7 @@ runs:
15
# Install them with reinstall to avoid warnings.
16
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
17
brew install \
18
+ pkgconf \
19
bison \
20
re2c
21
.github/actions/configure-macos/action.yml
@@ -11,6 +11,7 @@ runs:
11
set -x
12
BREW_OPT="$(brew --prefix)"/opt
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
+ export PATH="$BREW_OPT/pkgconf/bin:$PATH"
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
0 commit comments