Skip to content

Commit d1af585

Browse files
[libc] add multi-platform pre-commit github actions
1 parent feb3428 commit d1af585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
exclude:
2828
- os: windows-latest
2929
compiler: { c_compiler: gcc, cpp_compiler: g++ }
30+
- os: windows-latest
31+
compiler: { c_compiler: clang, cpp_compiler: clang++ }
3032
- os: ubuntu-latest
3133
compiler: { c_compiler: clang-cl, cpp_compiler: clang-cl }
3234
- os: macos-latest

0 commit comments

Comments
 (0)