mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +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
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ test:
|
|||
# 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
|
||||
- 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
|
||||
fi
|
||||
if: darwin
|
||||
|
|
Loading…
Reference in a new issue