Skip to content

Commit

Permalink
Fix missing deps in macos arm build (GH-15881)
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 authored Sep 13, 2024
1 parent 99bee73 commit f6a232c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/brew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6a232c

Please sign in to comment.