File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,19 @@ 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 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
+
91
98
- name : Enable Windows compiler commands
92
99
if : matrix.os == 'windows'
93
100
101
+ with :
102
+ version : 17.11.5
94
103
95
104
- name : Extra envs
96
105
# 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