Skip to content

Commit 8bf9606

Browse files
committed
Reapply "enable kvm"
This reverts commit cfcf16d.
1 parent 60a0fbd commit 8bf9606

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .github/workflows/integration_tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ jobs:
2525
run: echo $GOOGLE_SERVICES_JSON | base64 --decode > android/app/google-services.json
2626
env:
2727
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON_ANDROID_BASE64 }}
28-
28+
29+
- name: Enable KVM group perms
30+
run: |
31+
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
32+
sudo udevadm control --reload-rules
33+
sudo udevadm trigger --name-match=kvm
34+
2935
- name: Run integration tests
3036
uses: reactivecircus/android-emulator-runner@v2
3137
with:

0 commit comments

Comments
 (0)