We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27fb0a commit f0dc31bCopy full SHA for f0dc31b
.github/workflows/build_dotnet.yml
@@ -19,9 +19,9 @@ jobs:
19
working-directory: ${{github.workspace}}/backends/dotnet
20
run: |
21
mkdir build32
22
- cmake -G "Visual Studio 16 2019" -A Win32 -B ${{github.workspace}}/backends/dotnet/build32
+ cmake -G "Visual Studio 17 2022" -A Win32 -B ${{github.workspace}}/backends/dotnet/build32
23
mkdir build64
24
- cmake -G "Visual Studio 16 2019" -A x64 -B ${{github.workspace}}/backends/dotnet/build64
+ cmake -G "Visual Studio 17 2022" -A x64 -B ${{github.workspace}}/backends/dotnet/build64
25
26
27
- name: Build
0 commit comments