Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Jan 15, 2023
1 parent 6ff40f9 commit 55242a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
- name: make
run: |
cd openwrt
mkdir build_dir
ls build_dir
tree -L 4 build_dir
make download -j8
rm -rf build.log
make -j$(expr $(nproc) + 12) V=99 2>&1 | tee build.log | grep -i error
Expand Down

0 comments on commit 55242a8

Please sign in to comment.