Skip to content

Commit 5cc880f

Browse files
authored
Change make command to use 2 threads as default
1 parent 6df5f5b commit 5cc880f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ jobs:
141141
142142
echo -e "$(nproc) thread compile for ${{ matrix.branch }} / ${{ matrix.config }}"
143143
144-
make -j$(nproc) EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}" || \
145-
make -j1 EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}" || \
144+
make -j2 EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}" || \
146145
make -j1 V=s EXTRA_IMAGE_NAME="${CUSTOM_EXTRA_NAME}"
147146
148147
echo "status=success" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)