mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
just install php via homebrew
This commit is contained in:
5
.github/workflows/build-binaries.yml
vendored
5
.github/workflows/build-binaries.yml
vendored
@@ -64,9 +64,8 @@ jobs:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew install autoconf automake coreutils asdf
|
||||
ASDF_SH="$(brew --prefix asdf)/libexec/asdf.sh"
|
||||
source "$ASDF_SH"
|
||||
brew install autoconf automake coreutils asdf php@8.4
|
||||
source "$(brew --prefix asdf)/libexec/asdf.sh"
|
||||
asdf plugin add php https://github.com/asdf-community/asdf-php.git
|
||||
|
||||
- name: Run macOS build
|
||||
|
||||
Reference in New Issue
Block a user