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 82ea398 commit 4a88cc4Copy full SHA for 4a88cc4
.github/actions/configure-macos/action.yml
@@ -12,7 +12,6 @@ runs:
12
BREW_OPT="$(brew --prefix)"/opt
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
ls -l $BREW_OPT
15
- rm "$BREW_OPT/pkg-config"
16
ln -s "$BREW_OPT/pkgconf" "$BREW_OPT/pkg-config"
17
18
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
0 commit comments