Skip to content

Commit 9214dfb

Browse files
committed
yml make V=s
1 parent 1319b8a commit 9214dfb

2 files changed

Lines changed: 5555 additions & 227 deletions

File tree

.github/workflows/r3g-openwrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
ssh:
1818
description: 'SSH connection to Actions'
1919
required: true
20-
default: 'true'
20+
default: 'false'
2121
# schedule:
2222
# - cron: 0 18 * * *
2323
watch:
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
cd openwrt
112112
echo -e "$(nproc) thread compile"
113-
make -j$(nproc) || make -j2 || make -j2 V=s
113+
make -j2 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)