Skip to content

Commit a24e13f

Browse files
committed
.
1 parent 8d0ef7a commit a24e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: enable KVM support
6262
run: |
63-
sudo ls /dev/kvm
63+
sudo chown runner /dev/kvm
6464
sudo chmod 666 /dev/kvm
6565
6666
- name: Install dependencies

0 commit comments

Comments
 (0)