More win tests.

This commit is contained in:
Christoffer Lerno
2022-04-24 23:04:34 +02:00
parent 54422fd5e5
commit bbb4bbe570
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: CMake
run: |
cmake -B build -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake -B build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake --build build
- name: Build testproject

View File

@@ -36,8 +36,7 @@ if (NOT C3_LLVM_VERSION STREQUAL "auto")
endif()
endif()
if (true)
#if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
if (C3_LLVM_VERSION STREQUAL "auto")
set(C3_LLVM_VERSION "13")
endif()