Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aUsernameWoW <[email protected]>
  • Loading branch information
aUsernameWoW authored Dec 9, 2024
1 parent 3c7e428 commit c50f0c3
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 @@ -86,7 +86,7 @@ jobs:
max_attempts: 3
retry_wait_seconds: 60
command: |
make -j$(nproc) V=s || make V=s
make -j$(nproc) || make
on_retry_command: |
rm -rf build_dir/target-*
rm -rf build_dir/toolchain-*
Expand Down

0 comments on commit c50f0c3

Please sign in to comment.