diff --git a/.github/workflows/build_steps.yml b/.github/workflows/build_steps.yml index 5fec781fae7..72a4fea5fba 100644 --- a/.github/workflows/build_steps.yml +++ b/.github/workflows/build_steps.yml @@ -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 @@ -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'