We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1319b8a commit 9214dfbCopy full SHA for 9214dfb
2 files changed
.github/workflows/r3g-openwrt.yml
@@ -17,7 +17,7 @@ on:
17
ssh:
18
description: 'SSH connection to Actions'
19
required: true
20
- default: 'true'
+ default: 'false'
21
# schedule:
22
# - cron: 0 18 * * *
23
watch:
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
cd openwrt
112
echo -e "$(nproc) thread compile"
113
- make -j$(nproc) || make -j2 || make -j2 V=s
+ make -j2 V=s
114
echo "::set-output name=status::success"
115
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
116
[ -s DEVICE_NAME ] && echo "DEVICE_NAME=_$(cat DEVICE_NAME)" >> $GITHUB_ENV
0 commit comments