From e3de1a1a210d4ad3acf416087869dc120ba15094 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 28 Oct 2024 16:34:22 +0100 Subject: [PATCH] Fix icu dependency for macos build Closes GH-16627 --- .github/actions/brew/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index 360c0a85c99..eeae02fde1c 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -19,6 +19,7 @@ runs: enchant \ libffi \ intltool \ + icu4c \ libiconv \ t1lib \ libxml2 \