We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dfe3f commit 55ebaeeCopy full SHA for 55ebaee
.github/workflows/cmake.yml
@@ -33,8 +33,6 @@ jobs:
33
include:
34
- os: windows-latest
35
compiler: msvc
36
- - os: windows-latest
37
- compiler: clang
38
- os: ubuntu-latest
39
compiler: clang
40
@@ -72,8 +70,6 @@ jobs:
72
70
elif [ "${{ matrix.os }}" == "windows-latest" ]; then
73
71
if [ "${{ matrix.compiler }}" == "msvc" ]; then
74
cmake -G "Visual Studio 17 2022" -A x64 ..
75
- elif [ "${{ matrix.compiler }}" == "clang" ]; then
76
- cmake -G Ninja -DCMAKE_CXX_COMPILER=clang-cl ..
77
fi
78
79
shell: bash
0 commit comments