Skip to content

Commit 3756182

Browse files
committed
Fix GH-16367: macOS CI fails to configure ext/intl on master
Closes GH-16375.
1 parent be370ed commit 3756182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
1414
# Some packages exist on x86 but not arm, or vice versa.
1515
# Install them with reinstall to avoid warnings.
16-
brew reinstall autoconf webp tidy-html5 libzip libsodium
16+
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c
1717
brew install \
1818
bison \
1919
re2c

0 commit comments

Comments
 (0)