Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2024
1 parent e51cde4 commit 01e7a3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ runs:
# Android
# See https://developer.android.com/studio#command-tools for the latest version
#

# See https://github.com/marketplace/actions/android-emulator-runner
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Install Android SDK
shell: bash
run: |
Expand Down

0 comments on commit 01e7a3e

Please sign in to comment.