Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Apr 16, 2024
1 parent 663a6ae commit d67699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: |
ulimit -SHn 65000
cd ~/lede
rm -r dl;while true; do make download -j && break || true; done
rm -rf dl;while true; do make download -j && break || true; done
[ `nproc` -gt 8 ] && con=$[`nproc`/2+3] || con=`nproc`
if [ -d build_dir ]; then
make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install
Expand Down

0 comments on commit d67699c

Please sign in to comment.