Skip to content

Commit 3779b3a

Browse files
committed
add kvm permission
1 parent f508887 commit 3779b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
egrep -c '(vmx|svm)' /proc/cpuinfo
3434
id
35-
sudo usermod --append --groups kvm
35+
sudo adduser $USER kvm
36+
sudo chown -R $USER /dev/kvm
3637
id
3738
- name: prepare
3839
run: |

0 commit comments

Comments
 (0)