Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Need to define BREW_OPT
This commit is contained in:
Christoph M. Becker 2024-11-13 21:23:56 +01:00
commit c69fdef760
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -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"