Skip to content

Commit d1f86bc

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Need to define BREW_OPT
2 parents 4c74487 + c69fdef commit d1f86bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
- shell: bash
1010
run: |
1111
set -x
12+
BREW_OPT="$(brew --prefix)"/opt
1213
export PATH="/usr/local/opt/bison/bin:$PATH"
1314
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig"
1415
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"

0 commit comments

Comments
 (0)