Skip to content

Commit f0da119

Browse files
committed
Skip kvm support
1 parent 00cf732 commit f0da119

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/Android-CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
submodules: true
32-
- name: kvm support
33-
run: |
34-
egrep -c '(vmx|svm)' /proc/cpuinfo
35-
id
36-
sudo adduser $USER kvm
37-
sudo chown -R $USER /dev/kvm
38-
id
32+
# - name: kvm support
33+
# run: |
34+
# egrep -c '(vmx|svm)' /proc/cpuinfo
35+
# id
36+
# sudo adduser $USER kvm
37+
# sudo chown -R $USER /dev/kvm
38+
# id
3939
- name: prepare
4040
run: |
4141
sudo apt-get update && sudo apt-get install -y exiftool imagemagick xdg-utils libimage-exiftool-perl zsh jq xorg

0 commit comments

Comments
 (0)