Skip to content

Commit

Permalink
Use older msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Pashov committed Nov 26, 2024
1 parent e83e4e2 commit 607be3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
run: |
echo "$VSVARS_ALL_PATH"
echo "$VISUAL_STUDIO_PATH"
echo "$VSVARS_ALL_PATH/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/cl.exe"
ls "$VSVARS_ALL_PATH/VC/Tools/MSVC"
ls "$VSVARS_ALL_PATH/VC/Tools/MSVC/14.41.34120/bin/Hostx64/x64/"
echo "$VSVARS_ALL_PATH\\VC\\Tools\\MSVC\\14.41.34120\\bin\\Hostx64\\x64\\cl.exe"
ls "$VSVARS_ALL_PATH\\VC\\Tools\\MSVC"
ls "$VSVARS_ALL_PATH\\VC\\Tools\\MSVC\\14.41.34120\\bin\\Hostx64\\x64\\"
- name: CMake compile
if: inputs.job_type != 'build-python-wheels'
Expand Down

0 comments on commit 607be3b

Please sign in to comment.