mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
debug osx binary build workflow
This commit is contained in:
7
.github/workflows/build-binaries.yml
vendored
7
.github/workflows/build-binaries.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user