Skip to content

Commit

Permalink
use nproc
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Dec 14, 2023
1 parent 0f5417f commit 0e7395a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
make defconfig
echo " > make tools/install"
make tools/install
make tools/install -i -j `nproc`
echo " > make toolchain/install"
make toolchain/install
make toolchain/install -i -j `nproc`
# compile kernel module
echo " > make target/linux/compile"
make target/linux/compile V=s
make target/linux/compile -i -j `nproc` V=s
# - name: Update feeds
# run: |
Expand Down

0 comments on commit 0e7395a

Please sign in to comment.