Skip to content

Commit

Permalink
chore(config): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phyng committed Jun 6, 2024
1 parent fafb508 commit 40cac64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ apply_patches() {

build_firmware() {
cd openwrt
export TERM=xterm

cp ${GITHUB_WORKSPACE}/configs/${BUILD_PROFILE} .config
make -j$(($(nproc) + 1)) V=e || make -j1 V=sc || exit 1
Expand Down

0 comments on commit 40cac64

Please sign in to comment.