diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44afa0997..a921c790c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: platform: - { name: Windows VS2019, os: windows-2019 } - { name: Windows VS2022, os: windows-2022 } + - { name: Windows VS2022 Clang, os: windows-2022, flags: -T ClangCL } - { name: Linux GCC, os: ubuntu-latest } - { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ } - { name: MacOS XCode, os: macos-latest }