Skip to content

Commit 534f239

Browse files
committed
Not necessary
1 parent d961955 commit 534f239

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
@@ -27,12 +27,6 @@ jobs:
2727
run: |
2828
sudo install -o root -g root -m 0644 -D .github/workflow-templates/socket-perms.conf /etc/systemd/system/libvirtd.socket.d/socket-perms.conf
2929
30-
- name: Enable KVM nesting
31-
run: |
32-
echo "options kvm_intel nested=1" | sudo tee /etc/modprobe.d/kvm-nested.conf > /dev/null
33-
sudo modprobe -r kvm_intel
34-
sudo modprobe kvm_intel
35-
3630
- name: Install libvirt
3731
run: >-
3832
sudo apt-get update &&

0 commit comments

Comments
 (0)