Actually package kmods in kernel workflow to catch dependency error and
other problem that may arise from kmods packaging.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit
0c45db5560df47a0344a21c2443a4f2889c42ac8)
working-directory: openwrt
run: make target/compile -j$(nproc) BUILD_LOG=1
+ - name: Build Kernel Kmods
+ shell: su buildbot -c "sh -e {0}"
+ working-directory: openwrt
+ run: make package/linux/compile -j$(nproc) BUILD_LOG=1
+
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v2