diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index aca9e8e..57ea861 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -87,17 +87,16 @@ jobs: qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G - name: Run virt-install run: | - apt-get update && \ - apt-get install -y \ - libvirt-daemon-system \ - libvirt-clients \ - virtinst \ - qemu-utils + # apt-get update && \ + # apt-get install -y \ + # libvirt-daemon-system \ + # libvirt-clients \ + # virtinst \ + # qemu-utils - libvirtd -d && virtlogd -d + # libvirtd -d && virtlogd -d virt-install \ - --virt-type qemu \ --name ubuntu-harvester \ --ram 3072 \ --vcpus 2 \