Skip to content

Commit 817356e

Browse files
committed
moar
1 parent f0e5839 commit 817356e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ runs:
1212
BREW_OPT="$(brew --prefix)"/opt
1313
export PATH="$BREW_OPT/bison/bin:$PATH"
1414
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
1517
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1618
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1719
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)