mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Need to define BREW_OPT
This commit is contained in:
commit
c69fdef760
1
.github/actions/configure-macos/action.yml
vendored
1
.github/actions/configure-macos/action.yml
vendored
@ -9,6 +9,7 @@ runs:
|
||||
- shell: bash
|
||||
run: |
|
||||
set -x
|
||||
BREW_OPT="$(brew --prefix)"/opt
|
||||
export PATH="/usr/local/opt/bison/bin:$PATH"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user