Skip to content

Commit 18a5bbf

Browse files
updated appveyor.yml
1 parent 655f9e8 commit 18a5bbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ jobs:
200200
version: '6.7.3'
201201
host: 'windows'
202202
target: 'desktop'
203+
- name: Install VisualStudio path
204+
shell: cmd
205+
run: |
206+
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
203207
- name: Install VisualStudio tools
204208
run: |
205209
choco install visualstudio2022buildtools
@@ -210,10 +214,8 @@ jobs:
210214
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
211215
set CL=/MP
212216
set
213-
where cl
214217
- name: Configure for debug
215218
run: |
216-
where cl
217219
qmake -version
218220
.\configure.bat --enable-debug
219221
- name: Build for debug

0 commit comments

Comments
 (0)