From 36c306106e3b045b4e6cb8d4b8ace61043da968c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lima?= Date: Mon, 2 Oct 2023 10:32:51 +0100 Subject: [PATCH] test --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0569e866cc4e8..9995ff9a590e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,8 @@ jobs: run: cp linux artifacts/ - name: copy kernel modules run: make modules_install INSTALL_MOD_PATH=./artifacts ARCH=um + - name: remove kernel module directory simlinks + run: rm artifacts/lib/modules/$(make kernelrelease)/build artifacts/lib/modules/$(make kernelrelease)/source - uses: actions/upload-artifact@v3 with: name: linux-build-artifacts