We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55e484 + 3a365f4 commit 8b0c9d1Copy full SHA for 8b0c9d1
1 file changed
.github/workflows/integration-tests.yml
@@ -29,11 +29,6 @@ jobs:
29
- name: Checkout code
30
uses: actions/checkout@v4
31
32
- - name: Set up KVM
33
- run: |
34
- sudo chmod 666 /dev/kvm
35
- ls -la /dev/kvm
36
-
37
- name: Configure kernel for nested containers
38
run: |
39
# Unload all AppArmor profiles from the kernel.
@@ -67,6 +62,12 @@ jobs:
67
62
libdevmapper-dev \
68
63
pkg-config
69
64
65
+ - name: Set up KVM
66
+ run: |
+ # Re-apply after apt-get which may upgrade udev and reset device permissions
+ sudo chmod 666 /dev/kvm
+ ls -la /dev/kvm
70
+
71
- name: Configure Podman
72
73
podman --version
0 commit comments