Skip to content

Commit a0a3d5d

Browse files
authored
Update mi_ax3600.yml
1 parent daceca3 commit a0a3d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mi_ax3600.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
cd openwrt
104104
echo -e "$(nproc) thread compile"
105-
make -j$(nproc) || make -j1 || make -j1 V=s
105+
make -j$(nproc) || make -j2 || make -j2 V=s
106106
echo "::set-output name=status::success"
107107
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
108108
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)