We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434d2c5 commit c9fb395Copy full SHA for c9fb395
1 file changed
.github/workflows/Build_LEDE_OP_x86.yml
@@ -84,8 +84,8 @@ jobs:
84
- name: Build firmware
85
working-directory: ./openwrt
86
run: |
87
- echo -e "$(nproc) thread build."
88
- make -j$(nproc) V=s
+ echo -e "1 thread build."
+ make -j1 V=s
89
90
- name : Upload artifact
91
uses: actions/upload-artifact@master
0 commit comments