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 \