From f6a232cce2fc03a606b1dba9be769999423ec168 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 14 Sep 2024 00:53:24 +0200 Subject: [PATCH] Fix missing deps in macos arm build (GH-15881) --- .github/actions/brew/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index 8b486725d11..db5a596be28 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -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