debug osx binary build workflow

This commit is contained in:
Ronald A. Richardson
2025-05-21 20:20:33 +08:00
parent c2bd098d14
commit 15d3c957b8

View File

@@ -61,6 +61,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install PHP build dependencies
run: |
brew update
brew install autoconf automake bison re2c \
icu4c libpng libzip oniguruma \
openssl@3 pkg-config
- name: Install asdf & PHP 8.4
uses: asdf-vm/actions/install@v4
with: