Update MSVC version to make CI happy
This commit is contained in:
2
.github/workflows/msvc-ci.yml
vendored
2
.github/workflows/msvc-ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 16 2019" -A Win32 ..
|
||||
cmake -G "Visual Studio 17 2022" -A Win32 ..
|
||||
cmake --build . --config Debug
|
||||
|
||||
# This should probably be fixed to work from MSVC without needing to
|
||||
|
Reference in New Issue
Block a user