From 37561823e95d42b3c93f7d031c9f90f09f25a5ca Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 11 Oct 2024 19:40:11 +0200 Subject: [PATCH] Fix GH-16367: macOS CI fails to configure ext/intl on master Closes GH-16375. --- .github/actions/brew/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index c99dcaab98f..287062e6f9f 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -13,7 +13,7 @@ runs: # 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 libsodium + brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c brew install \ bison \ re2c