Skip to content

Commit dcfd484

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build_steps.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,19 @@ 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 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+
choco install -y ninja
96+
#"C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat"
97+
9198
- name: Enable Windows compiler commands
9299
if: matrix.os == 'windows'
93100
uses: ilammy/[email protected]
101+
with:
102+
version: 17.11.5
94103

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

0 commit comments

Comments
 (0)