Fix missing deps in macos arm build (GH-15881)

This commit is contained in:
Ilija Tovilo 2024-09-14 00:53:24 +02:00 committed by GitHub
parent 99bee73325
commit f6a232cce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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