Skip to content

Commit

Permalink
opewrt-ci: compile by non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer authored Dec 10, 2019
1 parent e021dc2 commit 12e7f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ jobs:
find dl -size -1024c -exec rm -f {} \;
- name: Compile firmware
run: |
echo -e "$(nproc) thread build."
make -j$(nproc) V=s
run: DEBIAN_FRONTEND=noninteractive make -j$(nproc) V=s

- name: Assemble artifact
run: |
Expand Down

0 comments on commit 12e7f52

Please sign in to comment.