Skip to content

Commit fcedff0

Browse files
committed
修改
1 parent f604dcc commit fcedff0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
mkdir x86
1515
cd x86
16-
cmake .. -A Win32 -G "Visual Studio 17 2022"
16+
cmake .. -A Win32 -G "Visual Studio 16 2019"
1717
cmake --build . --config RelWithDebInfo --target install
1818
1919
- name: Upload x86
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
mkdir x64
2828
cd x64
29-
cmake ../ -A Win64 -G "Visual Studio 17 2022"
29+
cmake ../ -G "Visual Studio 16 2019"
3030
cmake --build . --config RelWithDebInfo --target install
3131
3232
- name: Upload x64

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode
22
build
33
.vs
4+
out

0 commit comments

Comments
 (0)