We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daceca3 commit a0a3d5dCopy full SHA for a0a3d5d
.github/workflows/mi_ax3600.yml
@@ -102,7 +102,7 @@ jobs:
102
run: |
103
cd openwrt
104
echo -e "$(nproc) thread compile"
105
- make -j$(nproc) || make -j1 || make -j1 V=s
+ make -j$(nproc) || make -j2 || make -j2 V=s
106
echo "::set-output name=status::success"
107
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
108
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV
0 commit comments