We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9fc34 commit fdd7feaCopy full SHA for fdd7fea
.github/workflows/WRT-CORE.yml
@@ -166,21 +166,21 @@ jobs:
166
167
$GITHUB_WORKSPACE/Scripts/Settings.sh
168
169
- make defconfig -j1
+ make defconfig
170
171
- name: Download Packages
172
if: env.WRT_TEST != 'true'
173
run: |
174
cd ./wrt/
175
176
- make download -j1
+ make download
177
178
- name: Compile Firmware
179
180
181
182
183
- make -j$(nproc) || make -j1 V=s
+ make -j$(nproc) || make -j$(nproc) V=s
184
185
- name: Machine Information
186
0 commit comments