Skip to content

Commit aaa081e

Browse files
committed
clang version diag
1 parent d4f5139 commit aaa081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v5
132132
- run: ci/install-dependencies.sh
133+
- run: printf "%s\n" "#include regex.h" REG_ENHANCED __MAC_OS_X_VERSION_MIN_REQUIRED | /opt/homebrew/opt/llvm@15/bin/clang -E -
133134
- run: ci/run-build-and-tests.sh
134135
- name: print test failures
135136
if: failure() && env.FAILED_TEST_ARTIFACTS != ''

0 commit comments

Comments
 (0)