Skip to content

Commit 9fe5463

Browse files
authored
Merge pull request #246 from zrax/fix_msvc_ci
Fix MSVC CI configuration
2 parents 99b35a1 + c134280 commit 9fe5463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvc-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
mkdir build
1515
cd build
16-
cmake -G "Visual Studio 16 2019" -A Win32 ..
16+
cmake -G "Visual Studio 17 2022" -A Win32 ..
1717
cmake --build . --config Debug
1818
1919
# This should probably be fixed to work from MSVC without needing to

0 commit comments

Comments
 (0)