mirror of
https://github.com/SSimco/Cemu.git
synced 2024-11-23 05:19:40 +00: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"
|
||||
run: |
|
||||
cd build
|
||||
cmake --build . --config ${{ env.BUILD_MODE }} -j 2
|
||||
cmake --build . --config ${{ env.BUILD_MODE }}
|
||||
|
||||
- name: Prepare artifact
|
||||
if: ${{ inputs.deploymode == 'release' }}
|
||||
|
Loading…
Reference in New Issue
Block a user