debug osx binary build workflow

This commit is contained in:
Ronald A. Richardson
2025-05-21 20:42:09 +08:00
parent 0f18ae85f1
commit eefc93e130

View File

@@ -64,7 +64,10 @@ jobs:
- name: Install build dependencies
run: |
brew update
brew install autoconf automake asdf
brew install autoconf automake coreutils asdf
ASDF_SH="$(brew --prefix asdf)/libexec/asdf.sh"
source "$ASDF_SH"
asdf plugin-add php https://github.com/asdf-community/asdf-php.git
- name: Run macOS build
run: |