mirror of https://github.com/cemu-project/Cemu.git
CI: For the Windows build use as many cores as available
This commit is contained in:
parent
18679af4ec
commit
4e4ac0de51
|
@ -183,7 +183,7 @@ jobs:
|
||||||
- name: "Build Cemu"
|
- name: "Build Cemu"
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --config ${{ env.BUILD_MODE }} -j 2
|
cmake --build . --config ${{ env.BUILD_MODE }}
|
||||||
|
|
||||||
- name: Prepare artifact
|
- name: Prepare artifact
|
||||||
if: ${{ inputs.deploymode == 'release' }}
|
if: ${{ inputs.deploymode == 'release' }}
|
||||||
|
|
Loading…
Reference in New Issue