Skip to content

Commit fb9e7f4

Browse files
committed
Do not include vcvars32.bat from an invalid path in CI
It seems not needed and the path was wrong because windows-latest runner uses MSVC 2022, not 2019.
1 parent 929e02d commit fb9e7f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
- name: Configure CMake
4646
shell: cmd
4747
working-directory: ${{github.workspace}}/build
48-
run: |
49-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
50-
cmake .. -A Win32
48+
run: cmake .. -A Win32
5149

5250
- name: Build
5351
shell: cmd

0 commit comments

Comments
 (0)