mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-24 18:16:55 +01:00
CI: For the Windows build use as many cores as available
This commit is contained in:
parent
18679af4ec
commit
4e4ac0de51
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
Block a user