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 f0e5839 commit 817356eCopy full SHA for 817356e
.github/actions/configure-macos/action.yml
@@ -12,6 +12,8 @@ runs:
12
BREW_OPT="$(brew --prefix)"/opt
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
export PATH="/usr/local/Cellar/pkgconf/2.3.0/bin:$PATH"
15
+ ls -l /usr/local/Cellar/pkgconf/2.3.0/bin
16
+ ln /usr/local/Cellar/pkgconf/2.3.0/bin/pkgconf /usr/local/Cellar/pkgconf/2.3.0/bin/pkg-config
17
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
18
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
19
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
0 commit comments