mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(mpv).darwin[2]
well, sw_vers didn't take -- until after v12, i see.
This commit is contained in:
parent
2484571106
commit
c87ff63aa3
|
@ -81,7 +81,7 @@ test:
|
||||||
# the swift bits rely on a lib not available on macOS 11; we've seen this before.
|
# the swift bits rely on a lib not available on macOS 11; we've seen this before.
|
||||||
# no point in holding it out just for that, though
|
# no point in holding it out just for that, though
|
||||||
- run: |
|
- run: |
|
||||||
if test "$(sw_vers --productVersion | cut -d . -f 1)" -lt 12; then
|
if test "$(sw_vers -productVersion | cut -d . -f 1)" -lt 12; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if: darwin
|
if: darwin
|
||||||
|
|
Loading…
Reference in a new issue