Skip to content

Commit bb8ed43

Browse files
Update Windows.yml
1 parent ea44c11 commit bb8ed43

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/Windows.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838
- name: cmd3
3939
if: ${{ matrix.cmd3 }}
4040
run: ${{ matrix.cmd3 }}
41-
- name: vscmd
42-
uses: seanmiddleditch/gha-setup-vsdevenv@v4
43-
with:
44-
arch: $${ matrix.arch }}
45-
- name: cmake
46-
uses: lukka/get-cmake@latest
41+
- name: Setup Visual Studio environment
42+
run: |
43+
$vcvarsall = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
44+
cmd /c "$vcvarsall" ${{ matrix.arch }}
4745
- name: configure
4846
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
4947
- name: make

0 commit comments

Comments
 (0)