Skip to content

Commit ea761fd

Browse files
authored
Update cpp-build-lindows.yml
1 parent e2ba818 commit ea761fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cpp-build-lindows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
with:
3737
version: '5.15.2'
3838
target: desktop
39-
arch: win64_msvc2019_64
39+
arch: win64_msvc2022_64
4040

4141
- name: Build with qmake + nmake
4242
shell: cmd
4343
run: |
4444
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
45+
cd %GITHUB_WORKSPACE%
4546
qmake csv_converter.pro
4647
nmake
4748

0 commit comments

Comments
 (0)