We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f604dcc commit fcedff0Copy full SHA for fcedff0
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
run: |
14
mkdir x86
15
cd x86
16
- cmake .. -A Win32 -G "Visual Studio 17 2022"
+ cmake .. -A Win32 -G "Visual Studio 16 2019"
17
cmake --build . --config RelWithDebInfo --target install
18
19
- name: Upload x86
@@ -26,7 +26,7 @@ jobs:
26
27
mkdir x64
28
cd x64
29
- cmake ../ -A Win64 -G "Visual Studio 17 2022"
+ cmake ../ -G "Visual Studio 16 2019"
30
31
32
- name: Upload x64
.gitignore
@@ -1,3 +1,4 @@
1
.vscode
2
build
3
.vs
4
+out
0 commit comments