Skip to content

Commit 0172698

Browse files
committed
d'oh
1 parent 95231f6 commit 0172698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
BREW_OPT="$(brew --prefix)"/opt
1313
export PATH="$BREW_OPT/bison/bin:$PATH"
1414
ls -l $BREW_OPT
15-
ln -s "$$(brew --prefix)/bin/pkgconf" "$(brew --prefix)/bin/pkg-config"
15+
ln -s "$(brew --prefix)/bin/pkgconf" "$(brew --prefix)/bin/pkg-config"
1616
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1717
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1818
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)