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 655f9e8 commit 18a5bbfCopy full SHA for 18a5bbf
.github/workflows/actions.yml
@@ -200,6 +200,10 @@ jobs:
200
version: '6.7.3'
201
host: 'windows'
202
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"
207
- name: Install VisualStudio tools
208
run: |
209
choco install visualstudio2022buildtools
@@ -210,10 +214,8 @@ jobs:
210
214
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
211
215
set CL=/MP
212
216
set
213
- where cl
217
- name: Configure for debug
218
219
qmake -version
220
.\configure.bat --enable-debug
221
- name: Build for debug
0 commit comments