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.
2 parents 45487c6 + d6249b6 commit c69fdefCopy full SHA for c69fdef
.github/actions/configure-macos/action.yml
@@ -9,6 +9,7 @@ runs:
9
- shell: bash
10
run: |
11
set -x
12
+ BREW_OPT="$(brew --prefix)"/opt
13
export PATH="/usr/local/opt/bison/bin:$PATH"
14
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig"
15
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"
0 commit comments