Skip to content

Commit fdd7fea

Browse files
authored
Update WRT-CORE.yml
1 parent 6d9fc34 commit fdd7fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/WRT-CORE.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,21 +166,21 @@ jobs:
166166
167167
$GITHUB_WORKSPACE/Scripts/Settings.sh
168168
169-
make defconfig -j1
169+
make defconfig
170170
171171
- name: Download Packages
172172
if: env.WRT_TEST != 'true'
173173
run: |
174174
cd ./wrt/
175175
176-
make download -j1
176+
make download
177177
178178
- name: Compile Firmware
179179
if: env.WRT_TEST != 'true'
180180
run: |
181181
cd ./wrt/
182182
183-
make -j$(nproc) || make -j1 V=s
183+
make -j$(nproc) || make -j$(nproc) V=s
184184
185185
- name: Machine Information
186186
run: |

0 commit comments

Comments
 (0)