Merge pull request #246 from zrax/fix_msvc_ci

Fix MSVC CI configuration
This commit is contained in:
Michael Hansen
2022-03-24 14:57:42 -07:00
committed by GitHub

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