non-breaking typo

This commit is contained in:
Jacob Heider 2024-06-25 18:37:34 -04:00
parent 61f2e7cf17
commit 2017486ac8
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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