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 ee584e0 commit c9bd490Copy full SHA for c9bd490
.github/workflows/build-binaries.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Generate build files (windows x64)
24
working-directory: ${{runner.workspace}}/unity-xr-plugin
25
- run: cmake -G "Visual Studio 16 2019" .
+ run: cmake -G "Visual Studio 17 2022" -A x64 .
26
27
- name: Build binaries (windows x64)
28
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Generate build files (windows x86)
41
42
- run: cmake -G "Visual Studio 16 2019" -A Win32 .
+ run: cmake -G "Visual Studio 17 2022" -A Win32 .
43
44
- name: Build binaries (windows x86)
45
0 commit comments