Skip to content

Commit c9bd490

Browse files
authored
Update CMake generator to Visual Studio 17 2022
1 parent ee584e0 commit c9bd490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Generate build files (windows x64)
2424
working-directory: ${{runner.workspace}}/unity-xr-plugin
25-
run: cmake -G "Visual Studio 16 2019" .
25+
run: cmake -G "Visual Studio 17 2022" -A x64 .
2626

2727
- name: Build binaries (windows x64)
2828
working-directory: ${{runner.workspace}}/unity-xr-plugin
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate build files (windows x86)
4141
working-directory: ${{runner.workspace}}/unity-xr-plugin
42-
run: cmake -G "Visual Studio 16 2019" -A Win32 .
42+
run: cmake -G "Visual Studio 17 2022" -A Win32 .
4343

4444
- name: Build binaries (windows x86)
4545
working-directory: ${{runner.workspace}}/unity-xr-plugin

0 commit comments

Comments
 (0)