We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c74487 + c69fdef commit d1f86bcCopy full SHA for d1f86bc
.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