Update MSVC version to make CI happy

This commit is contained in:
Michael Hansen
2022-03-24 14:52:26 -07:00
parent 99b35a114a
commit c134280576

View File

@@ -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