diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 43f843b256..4f8c6b9317 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -158,6 +158,11 @@ jobs: 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