Skip to content

Commit e089313

Browse files
committed
ff
1 parent 4b8fc55 commit e089313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v5
129129
- run: ci/install-dependencies.sh
130-
- run: (echo "include <regex.h>"; echo REG_ENHANCED) | clang -E -
131-
- run: (echo "include <regex.h>"; echo REG_ENHANCED) | clang -D __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__=140000 -E -
130+
- run: (echo "#include <regex.h>"; echo REG_ENHANCED) | clang -E -
131+
- run: (echo "#include <regex.h>"; echo REG_ENHANCED) | clang -D __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__=140000 -E -

0 commit comments

Comments
 (0)