Skip to content

Commit

Permalink
Do not include vcvars32.bat from an invalid path in CI
Browse files Browse the repository at this point in the history
It seems not needed and the path was wrong because windows-latest runner
uses MSVC 2022, not 2019.
  • Loading branch information
rafalh committed Sep 15, 2024
1 parent 929e02d commit fb9e7f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
- name: Configure CMake
shell: cmd
working-directory: ${{github.workspace}}/build
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
cmake .. -A Win32
run: cmake .. -A Win32

- name: Build
shell: cmd
Expand Down

0 comments on commit fb9e7f4

Please sign in to comment.