diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4ac1d8f..c205127 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -29,9 +29,9 @@ jobs: build_type: [Release] c_compiler: [gcc, clang, cl] include: - # - os: windows-latest - # c_compiler: cl - # cpp_compiler: cl + - os: windows-latest + c_compiler: cl + cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -39,10 +39,10 @@ jobs: c_compiler: clang cpp_compiler: clang++ exclude: - # - os: windows-latest - # c_compiler: gcc - # - os: windows-latest - # c_compiler: clang + - os: windows-latest + c_compiler: gcc + - os: windows-latest + c_compiler: clang - os: ubuntu-latest c_compiler: cl