mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
non-breaking typo
This commit is contained in:
parent
61f2e7cf17
commit
2017486ac8
|
@ -128,7 +128,7 @@ test:
|
||||||
- gcc -dumpspecs
|
- gcc -dumpspecs
|
||||||
# gha mac runners have broken SDKs...
|
# gha mac runners have broken SDKs...
|
||||||
- run: |
|
- 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"
|
echo "Missing SDK; skipping remaining tests"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue