Skip to content

Commit 55ebaee

Browse files
authored
yeet clang from win
1 parent d2dfe3f commit 55ebaee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
include:
3434
- os: windows-latest
3535
compiler: msvc
36-
- os: windows-latest
37-
compiler: clang
3836
- os: ubuntu-latest
3937
compiler: clang
4038

@@ -72,8 +70,6 @@ jobs:
7270
elif [ "${{ matrix.os }}" == "windows-latest" ]; then
7371
if [ "${{ matrix.compiler }}" == "msvc" ]; then
7472
cmake -G "Visual Studio 17 2022" -A x64 ..
75-
elif [ "${{ matrix.compiler }}" == "clang" ]; then
76-
cmake -G Ninja -DCMAKE_CXX_COMPILER=clang-cl ..
7773
fi
7874
fi
7975
shell: bash

0 commit comments

Comments
 (0)