Skip to content

Commit c9fb395

Browse files
authored
Modify firmware build to use single thread
Change build process to use a single thread.
1 parent 434d2c5 commit c9fb395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build_LEDE_OP_x86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
- name: Build firmware
8585
working-directory: ./openwrt
8686
run: |
87-
echo -e "$(nproc) thread build."
88-
make -j$(nproc) V=s
87+
echo -e "1 thread build."
88+
make -j1 V=s
8989
9090
- name : Upload artifact
9191
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)