From e766e21326f5b6348aa0f6334132dccbd84db6ac Mon Sep 17 00:00:00 2001 From: Yorkie Makoto Date: Fri, 19 Jul 2024 18:03:06 +0800 Subject: [PATCH] update --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec85550..853f831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: - name: Build ICU library run: | git clone https://github.com/unicode-org/icu - cd icu && git checkout release-72-1 - sh build-icu.sh + cd icu + git checkout release-72-1 + cd ./icu4c/source + ./configure --help + ./configure && make