diff --git a/.github/workflows/pullreq.yml b/.github/workflows/pullreq.yml index b77707a8..45e772b6 100644 --- a/.github/workflows/pullreq.yml +++ b/.github/workflows/pullreq.yml @@ -74,7 +74,7 @@ jobs: name: Windows gcc/minGW - os: windows-latest - cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang + cmakeargs: -GNinja -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_COMPILER=clang-cl install_ninja: true run_aptget: false name: Windows clang