Skip to content

Commit 4a9c3eb

Browse files
committed
修改
1 parent fcedff0 commit 4a9c3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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 16 2019"
16+
cmake .. -A Win32 -G "Visual Studio 17 2022"
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 ../ -G "Visual Studio 16 2019"
29+
cmake ../ -G "Visual Studio 17 2022"
3030
cmake --build . --config RelWithDebInfo --target install
3131
3232
- name: Upload x64

0 commit comments

Comments
 (0)