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 \