Skip to content

Commit f5cc586

Browse files
Merge pull request #11 from theseus-rs/add-mac-icu-suppport
feat: add mac icu support
2 parents 3baf249 + ef2778c commit f5cc586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
--enable-integer-datetimes \
300300
--enable-option-checking=fatal \
301301
$([ $major_version -le 16 ] && echo "--enable-thread-safety") \
302-
--without-icu \
302+
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
303303
--without-ldap \
304304
--with-libxml \
305305
--with-libxslt \

0 commit comments

Comments
 (0)