Skip to content

Commit c0bf0de

Browse files
committed
Add make download V
Signed-off-by: jcleng <[email protected]>
1 parent 608de48 commit c0bf0de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-openwrt.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
cp ./.config openwrt/.config
7676
cd openwrt
77-
rm -rf ./bin ./build_dir ./tmp
77+
rm -rf ./bin ./build_dir ./tmp ./staging_dir
7878
make defconfig
7979
cat ./.config
8080
@@ -103,11 +103,15 @@ jobs:
103103
sed -i "s/192.168.1.1/192.168.8.1/" package/base-files/files/bin/config_generate
104104
cat package/base-files/files/bin/config_generate|grep lan\)
105105
106+
- name: make download
107+
run: |
108+
cd openwrt
109+
make download -j8 V=99
110+
106111
- name: make
107112
run: |
108113
cd openwrt
109114
find ./ -name *gcc
110-
make download -j8 V=99
111115
rm -rf build.log
112116
# | grep -i error
113117
make -j$(expr $(nproc) + 12) V=99 2>&1 | tee build.log | grep -i error

0 commit comments

Comments
 (0)