From d329080765d20d53d35b0c488b86733e67f8e88c Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 15 Sep 2026 13:38:16 +1000 Subject: [PATCH] build: Use generic kernel module without uname lookup --- .gitea/workflows/actions.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index ec86f44..eca1627 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -53,9 +53,8 @@ jobs: run: | apt-get update && \ apt-get install -y \ - linux-image-generic \ - linux-modules-extra-$(uname -r) \ - linux-headers-generic + linux-generic + # linux-modules-extra-$(uname -r) \ mkdir -p \ $PWD/ubuntu-vm \