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 8e3fe9c commit f484229Copy full SHA for f484229
.github/actions/configure-macos/action.yml
@@ -11,7 +11,6 @@ runs:
11
set -x
12
BREW_OPT="$(brew --prefix)"/opt
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
- export PKG_CONFIG_PATH="$BREW_OPT/[email protected]/lib/pkgconfig:$PKG_CONFIG_PATH"
15
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
16
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
17
export PKG_CONFIG_PATH="$BREW_OPT/libxml2/lib/pkgconfig:$PKG_CONFIG_PATH"
0 commit comments