mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
d638c0d1e3
2 changed files with 2 additions and 0 deletions
1
.github/actions/brew/action.yml
vendored
1
.github/actions/brew/action.yml
vendored
|
@ -12,6 +12,7 @@ runs:
|
|||
re2c
|
||||
brew install \
|
||||
openssl@1.1 \
|
||||
curl \
|
||||
krb5 \
|
||||
bzip2 \
|
||||
enchant \
|
||||
|
|
1
.github/actions/configure-macos/action.yml
vendored
1
.github/actions/configure-macos/action.yml
vendored
|
@ -11,6 +11,7 @@ runs:
|
|||
set -x
|
||||
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"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/krb5/lib/pkgconfig"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig"
|
||||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue