mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(unicode)
This commit is contained in:
parent
bbc3e3015e
commit
6c6e87047b
|
@ -15,7 +15,7 @@ build:
|
||||||
- run: |
|
- run: |
|
||||||
rm ../LICENSE
|
rm ../LICENSE
|
||||||
curl -L https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE -o ../LICENSE
|
curl -L https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE -o ../LICENSE
|
||||||
if: =74.1
|
if: '>=74.1'
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }}
|
- make --jobs {{ hw.concurrency }}
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in a new issue