Error Check Test

This commit is contained in:
xopenwrt
2024-02-12 00:37:27 +08:00
committed by GitHub
parent 7e622f9bc7
commit 4e44176a29
+1 -1
View File
@@ -204,7 +204,7 @@ jobs:
cd openwrt
./scripts/feeds install -a
make defconfig
make download -j8
make download -j8 || make download -j1 V=s
- name: Build OpenWrt
run: |