try -j 3 for github builder

This commit is contained in:
otavepto 2024-05-11 22:21:28 +03:00
parent 07da4f2d5b
commit 7c6c7e2a9d
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ jobs:
- name: Build target(s)
shell: bash
working-directory: ${{ github.workspace }}
run: "sudo chmod 777 build_linux.sh && ./build_linux.sh -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}"
run: "sudo chmod 777 build_linux.sh && ./build_linux.sh -j 3 -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}"
### upload artifact/package to github Actions (for targets)
- name: Upload build package (for targets)

View File

@ -121,7 +121,7 @@ jobs:
if: inputs.emu-variant != 'all'
shell: cmd
working-directory: ${{ github.workspace }}
run: build_win.bat -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}
run: build_win.bat -j 3 -verbose ${{ env.build_mode }} clean +build_str ${{ github.sha }} ${{ env.build_switches }}
### upload artifact/package to github Actions (for targets)
- name: Upload build package (for targets)