Skip to content

Commit

Permalink
fix: enable clang-cl test for VC++2022
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mat committed Jul 15, 2023
1 parent 0c8e930 commit 8b093f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -517,8 +517,8 @@ jobs:
fail-fast: false # 'false' means: Don't stop matrix workflows even if some matrix failed.
matrix:
system: [
{ os: windows-2022, vc: "VC++ 2022", clangcl: 'false', }, # CMake failed to configure clang-cl with VC++2022.
{ os: windows-2019, vc: "VC++ 2019", clangcl: 'true', },
{ os: windows-2022, vc: "VC++ 2022", clangcl: 'true', },
{ os: windows-2019, vc: "VC++ 2019", clangcl: 'true', },
]
arch: [ x64, Win32, ARM, ARM64 ]

Expand Down

0 comments on commit 8b093f2

Please sign in to comment.