fix(unicode)

This commit is contained in:
Jacob Heider 2023-12-11 19:45:28 -05:00
parent bbc3e3015e
commit 6c6e87047b
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -15,7 +15,7 @@ build:
- run: |
rm ../LICENSE
curl -L https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE -o ../LICENSE
if: =74.1
if: '>=74.1'
- ./configure $ARGS
- make --jobs {{ hw.concurrency }}
- make install