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 f2e9cfa commit e83e4e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ jobs:
run: |
echo "$VSVARS_ALL_PATH"
echo "$VISUAL_STUDIO_PATH"
echo "${{env.VSVARS_ALL_PATH}}"
echo "${{env.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/"
- name: CMake compile
if: inputs.job_type != 'build-python-wheels'
Expand Down

0 comments on commit e83e4e2

Please sign in to comment.