Skip to content

Commit

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

0 comments on commit 5dbee14

Please sign in to comment.