Skip to content

Commit b25772e

Browse files
committed
No need to add kvm4all.rules, libvirt runs as root anyway
1 parent 6b0f414 commit b25772e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
5858
virsh -c qemu:///system net-list --all
5959
stat /var/run/libvirt/libvirt-sock /var/lib/libvirt/images
6060
61-
- name: Enable KVM group permissions
62-
run: |
63-
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
64-
sudo udevadm control --reload-rules
65-
sudo udevadm trigger --name-match=kvm
66-
6761
- name: Run tofu
6862
run: |
6963
tofu init

0 commit comments

Comments
 (0)