We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bee73 commit f6a232cCopy full SHA for f6a232c
.github/actions/brew/action.yml
@@ -11,6 +11,9 @@ runs:
11
code=" keg.link\(verbose: verbose\?"
12
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
13
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
17
brew install \
18
bison \
19
re2c
0 commit comments