Skip to content

Commit f0dc31b

Browse files
Makarov-AAvasily-v-ryabov
authored andcommitted
Try new vs studio version
Signed-off-by: Makarov-AA <43129398+Makarov-AA@users.noreply.github.com>
1 parent c27fb0a commit f0dc31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
working-directory: ${{github.workspace}}/backends/dotnet
2020
run: |
2121
mkdir build32
22-
cmake -G "Visual Studio 16 2019" -A Win32 -B ${{github.workspace}}/backends/dotnet/build32
22+
cmake -G "Visual Studio 17 2022" -A Win32 -B ${{github.workspace}}/backends/dotnet/build32
2323
mkdir build64
24-
cmake -G "Visual Studio 16 2019" -A x64 -B ${{github.workspace}}/backends/dotnet/build64
24+
cmake -G "Visual Studio 17 2022" -A x64 -B ${{github.workspace}}/backends/dotnet/build64
2525
2626
2727
- name: Build

0 commit comments

Comments
 (0)