Skip to content

Commit 38c9300

Browse files
committed
Updated
1 parent 9a10ff8 commit 38c9300

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)