mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(tart).test
This commit is contained in:
parent
7cb8de8d2b
commit
b19c74226a
|
@ -44,6 +44,10 @@ provides:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
# FIXME: doesn't work on the older macOS versions we test with in CI, unfortunately
|
||||||
|
- run: test -e /usr/lib/swift/libswift_StringProcessing.dylib || exit 0
|
||||||
|
if: darwin/x86-64
|
||||||
|
|
||||||
- ': >empty.ispw'
|
- ': >empty.ispw'
|
||||||
- OUT=$(tart create
|
- OUT=$(tart create
|
||||||
--from-ipsw empty.ipsw
|
--from-ipsw empty.ipsw
|
||||||
|
|
Loading…
Reference in a new issue