Skip to content

Commit b782f79

Browse files
author
Vasil Pashov
committed
Rollback MSVC version
1 parent 8ee3763 commit b782f79

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build_steps.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,18 @@ jobs:
8787
maximum-size: 6GB
8888
disk-root: "D:" # This is also the checkout directory. Total size 12GB.
8989
continue-on-error: true
90-
90+
91+
- name: Download VS2022 BuildTools 17.11.x
92+
if: matrix.os == 'windows'
93+
run: |
94+
choco install -y ninja visualstudio2022buildtools --version=117.11.5 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/150476627_138095015/channel"
95+
#"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat"
96+
9197
- name: Enable Windows compiler commands
9298
if: matrix.os == 'windows'
9399
uses: ilammy/[email protected]
100+
with:
101+
version: 17.11.5
94102

95103
- name: Extra envs
96104
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets

0 commit comments

Comments
 (0)