mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
fix(unicode)
This commit is contained in:
parent
bbc3e3015e
commit
6c6e87047b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue