Skip to content

Commit

Permalink
CI: For the Windows build use as many cores as available
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Jan 19, 2024
1 parent 18679af commit 4e4ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 4e4ac0d

Please sign in to comment.