This commit is contained in:
smartfrigde 2024-06-15 12:51:03 +02:00
parent a4daaf5c28
commit d588b62008
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
cache: "pnpm"
- name: Install qemu
run: egrep -c '(vmx|svm)' /proc/cpuinfo && sudo apt install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
run: sudo apt install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
- name: Install snapcraft
run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge