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