Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Jul 19, 2024
1 parent 7a3e0f0 commit e766e21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e766e21

Please sign in to comment.