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 34f1d26 commit 6fe32fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Old MSVC
run: |
choco install -y -d visualstudio2022community --version=117.11.5 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/150476627_138095015/channel"
choco install -y -d visualstudio2022community --version=117.11.5 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/150476627_138095015/channel --installPath C:\\MSVS_Community"
choco install -y ninja
- name: Enable Windows compiler commands
Expand All @@ -133,7 +133,7 @@ jobs:
with:
arch: x64
toolset: 14.41
vs-path: 'C:\Program Files\Microsoft Visual Studio\2022\Community'
vs-path: 'C:\\MSVS_Community'

- name: CMake compile
if: inputs.job_type != 'build-python-wheels'
Expand Down

0 comments on commit 6fe32fc

Please sign in to comment.