aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index ce2b5d6..49fa1ff 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -28,6 +28,8 @@ jobs:
exclude:
- os: macos-latest
c_compiler: gcc
+ - os: windows-latest
+ c_compiler: clang
steps:
- uses: actions/checkout@v4