Skip to content

Commit 2aae4ef

Browse files
committed
u
1 parent 7cd7806 commit 2aae4ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clang-cl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
env:
2323
CC: clang-cl
2424
run: |
25-
$(CC) /d1PP
25+
touch empty.c
26+
$(CC) /d1PP empty.c | grep -E "^\s*#define" | sort
2627
2728
- name: Configure CMake
2829
env:

0 commit comments

Comments
 (0)