CI: For the Windows build use as many cores as available

This commit is contained in:
Exzap 2024-01-19 23:32:24 +01:00
parent 18679af4ec
commit 4e4ac0de51

View file

@ -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' }}