From dab7fef19bd1abfe275b13244b59659c5b88e72a Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Mon, 18 Nov 2024 15:23:29 +0800 Subject: [PATCH] fix: [macos] icudata missed in the final executable dependencies --- .github/workflows/Release-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index ecb31a3d..566d0296 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -39,6 +39,7 @@ jobs: libogg \ libvorbis \ libzim \ + icu4c \ lzip \ ninja \ opencc \