mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix missing deps in macos arm build (GH-15881)
This commit is contained in:
parent
99bee73325
commit
f6a232cce2
1 changed files with 3 additions and 0 deletions
3
.github/actions/brew/action.yml
vendored
3
.github/actions/brew/action.yml
vendored
|
@ -11,6 +11,9 @@ runs:
|
||||||
code=" keg.link\(verbose: verbose\?"
|
code=" keg.link\(verbose: verbose\?"
|
||||||
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
|
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 \
|
brew install \
|
||||||
bison \
|
bison \
|
||||||
re2c
|
re2c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue