Skip to content

Commit a7a3aaf

Browse files
set flags
1 parent 87244ac commit a7a3aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- name: Build and Test
6262
shell: cmd
6363
run: |
64+
set MAX_PARALLEL_COMPILE_JOBS=64
65+
set MAX_PARALLEL_LINK_JOBS=64
6466
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
6567
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
6668

0 commit comments

Comments
 (0)