We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933035f commit 434d2c5Copy full SHA for 434d2c5
1 file changed
.github/workflows/Build_LEDE_OP_x86_Releases.yml
@@ -85,7 +85,8 @@ jobs:
85
working-directory: ./openwrt
86
run: |
87
echo -e "$(nproc) thread build."
88
- make -j$(nproc) V=s
+ make -j1 V=s
89
+ # make -j$(nproc) V=s
90
91
# 步骤1:生成唯一的Tag(仅用GITHUB_ENV注入,移除过时的set-output)
92
- name: Generate release tag
0 commit comments