diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc224f..ad1aa60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - ubuntu-latest-gcc - windows-2019-msvc - windows-latest-msvc + - windows-latest-clang include: - toolchain: macos-latest-clang @@ -53,6 +54,11 @@ jobs: c_compiler: msvc cxx_compiler: msvc + - toolchain: windows-latest-clang + os: windows-latest + c_compiler: clang-cl + cxx_compiler: clang-cl + steps: - name: Checkout Code