mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(tart).test
This commit is contained in:
parent
7cb8de8d2b
commit
b19c74226a
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ provides:
|
|||
|
||||
test:
|
||||
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'
|
||||
- OUT=$(tart create
|
||||
--from-ipsw empty.ipsw
|
||||
|
|
Loading…
Reference in a new issue