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 4b49103 commit 655f9e8Copy full SHA for 655f9e8
.github/workflows/actions.yml
@@ -200,13 +200,16 @@ jobs:
200
version: '6.7.3'
201
host: 'windows'
202
target: 'desktop'
203
- - name: Set up MSVC environment
204
- shell: cmd
+ - name: Install VisualStudio tools
205
run: |
206
choco install visualstudio2022buildtools
207
choco install visualstudio2022-workload-vctools
+ - name: Set up MSVC environment
208
+ shell: cmd
209
+ run: |
210
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
211
set CL=/MP
212
+ set
213
where cl
214
- name: Configure for debug
215
0 commit comments