mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
debug osx binary build workflow
This commit is contained in:
5
.github/workflows/build-binaries.yml
vendored
5
.github/workflows/build-binaries.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user