Skip to content

Commit

Permalink
Update ubuntu.yml nproc+1
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 22, 2023
1 parent 252c16d commit 80556e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set number of cores for compilation
run: |
echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
echo "MAKEFLAGS=-j$(nproc +1)" >> $GITHUB_ENV
- name: Set LD_LIBRARY_PATH for compilation
run: |
Expand Down

0 comments on commit 80556e6

Please sign in to comment.