Skip to content

Commit

Permalink
show gcc
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent 0297fe7 commit 70056d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: make
run: |
cd openwrt
tree -L 4 build_dir
find ./ -name *gcc
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 70056d5

Please sign in to comment.