File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 # vs-version: '[17.6,17.13)'
207207 - name : Install VisualStudio tools
208208 run : |
209- choco install visualstudio2022community
209+ choco install visualstudio2022community --package-parameters "--allWorkloads --includeRecommended --includeOptional"
210210 choco install visualstudio2022buildtools
211211 choco install visualstudio2022-workload-nativedesktop
212212 choco install visualstudio2022-workload-vctools
@@ -226,10 +226,10 @@ jobs:
226226 shell : cmd
227227 run : |
228228 cd src
229- jom -j
229+ jom
230230 jom install
231231 cd ..\tools
232- jom -j
232+ jom
233233 jom install
234234 - name : Test modules
235235 shell : cmd
@@ -244,10 +244,10 @@ jobs:
244244 shell : cmd
245245 run : |
246246 cd src
247- jom -j
247+ jom
248248 jom install
249249 cd ..\tools
250- jom -j
250+ jom
251251 jom install
252252 - name : Test
253253 shell : cmd
You can’t perform that action at this time.
0 commit comments