Skip to content

Commit 9f8d5b4

Browse files
committed
clang version diag
1 parent d4f5139 commit 9f8d5b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 != ''

0 commit comments

Comments
 (0)