mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix missing deps in macos arm build (GH-15881)
This commit is contained in:
3
.github/actions/brew/action.yml
vendored
3
.github/actions/brew/action.yml
vendored
@@ -11,6 +11,9 @@ runs:
|
||||
code=" keg.link\(verbose: verbose\?"
|
||||
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
|
||||
|
||||
# Some packages exist on x86 but not arm, or vice versa.
|
||||
# Install them with reinstall to avoid warnings.
|
||||
brew reinstall autoconf webp tidy-html5 libzip
|
||||
brew install \
|
||||
bison \
|
||||
re2c
|
||||
|
||||
Reference in New Issue
Block a user