Skip to content

Commit 93ebc2d

Browse files
committed
Update r3g-openwrt.yml
1 parent 9214dfb commit 93ebc2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/r3g-openwrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
cd openwrt
112112
echo -e "$(nproc) thread compile"
113-
make -j2 V=s
113+
make -j1 V=s
114114
echo "::set-output name=status::success"
115115
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
116116
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)