aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-20 12:08:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-20 12:08:23 -0400
commit97d96a4d815b730543bb99e18df36ad149cd7d0c (patch)
tree53b7a8e24e364f579ea52a850815b7686502b77f
parent62ba5d6b0acbed30b6ffeba05855d9577ab921f3 (diff)
downloadstasis-97d96a4d815b730543bb99e18df36ad149cd7d0c.tar.gz
Windows CI
-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