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 25, 2024
1 parent 99244f0 commit 964e3b0
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 @@ -95,8 +95,6 @@ jobs:
- name: Enable Windows compiler commands
if: matrix.os == 'windows'
uses: ilammy/[email protected]
with:
toolset: 14.41

- name: Extra envs
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets
Expand Down Expand Up @@ -130,6 +128,9 @@ jobs:

- name: CMake compile
if: inputs.job_type != 'build-python-wheels'
env:
CMAKE_CXX_COMPILER: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.41.34120\\bin\\Hostx64\\x64\\cl.exe"
CMAKE_C_COMPILER: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.41.34120\\bin\\Hostx64\\x64\\cl.exe"
# We are pinning the version to 10.6 because >= 10.7, use node20 which is not supported in the container
uses: lukka/[email protected]
with:
Expand Down

0 comments on commit 964e3b0

Please sign in to comment.