Skip to content

Commit f6a232c

Browse files
authored
Fix missing deps in macos arm build (phpGH-15881)
1 parent 99bee73 commit f6a232c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/brew/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ runs:
1111
code=" keg.link\(verbose: verbose\?"
1212
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
1313
14+
# Some packages exist on x86 but not arm, or vice versa.
15+
# Install them with reinstall to avoid warnings.
16+
brew reinstall autoconf webp tidy-html5 libzip
1417
brew install \
1518
bison \
1619
re2c

0 commit comments

Comments
 (0)