File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v5
132132 - run : ci/install-dependencies.sh
133+ - run : printf "%s\n" "#include <stdio.h>" __MAC_OS_X_VERSION_MIN_REQUIRED | /usr/bin/clang -E -
134+ - run : printf "%s\n" "#include <regex.h>" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /usr/bin/clang -E -
135+ - run : printf "%s\n" "#include <stdio.h>" __MAC_OS_X_VERSION_MIN_REQUIRED | /opt/homebrew/opt/llvm@15/bin/clang -E -
136+ - run : printf "%s\n" "#include <regex.h>" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /opt/homebrew/opt/llvm@15/bin/clang -E -
133137 - run : ci/run-build-and-tests.sh
134138 - name : print test failures
135139 if : failure() && env.FAILED_TEST_ARTIFACTS != ''
You can’t perform that action at this time.
0 commit comments