Skip to content

Commit 655f9e8

Browse files
updated appveyor.yml
1 parent 4b49103 commit 655f9e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,16 @@ jobs:
200200
version: '6.7.3'
201201
host: 'windows'
202202
target: 'desktop'
203-
- name: Set up MSVC environment
204-
shell: cmd
203+
- name: Install VisualStudio tools
205204
run: |
206205
choco install visualstudio2022buildtools
207206
choco install visualstudio2022-workload-vctools
207+
- name: Set up MSVC environment
208+
shell: cmd
209+
run: |
208210
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
209211
set CL=/MP
212+
set
210213
where cl
211214
- name: Configure for debug
212215
run: |

0 commit comments

Comments
 (0)