File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,18 @@ jobs:
87
87
maximum-size : 6GB
88
88
disk-root : " D:" # This is also the checkout directory. Total size 12GB.
89
89
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
+
91
97
- name : Enable Windows compiler commands
92
98
if : matrix.os == 'windows'
93
99
100
+ with :
101
+ version : 17.11.5
94
102
95
103
- name : Extra envs
96
104
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets
You can’t perform that action at this time.
0 commit comments