We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5139 commit aaa081eCopy full SHA for aaa081e
.github/workflows/main.yml
@@ -130,6 +130,7 @@ jobs:
130
steps:
131
- uses: actions/checkout@v5
132
- 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 -
134
- run: ci/run-build-and-tests.sh
135
- name: print test failures
136
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
0 commit comments