mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
non-breaking typo
This commit is contained in:
parent
61f2e7cf17
commit
2017486ac8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ test:
|
|||
- gcc -dumpspecs
|
||||
# gha mac runners have broken SDKs...
|
||||
- run: |
|
||||
if ! -f /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h; then
|
||||
if ! test -f /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h; then
|
||||
echo "Missing SDK; skipping remaining tests"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue