Skip to content

Commit

Permalink
openwrt/build_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Jan 15, 2023
1 parent f0d6911 commit 6ff40f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- name: make
run: |
cd openwrt
tree -L 4
mkdir build_dir
ls 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 6ff40f9

Please sign in to comment.