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 01e7a3e commit fbbf239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ runs:

# See https://github.com/marketplace/actions/android-emulator-runner
- name: Enable KVM group perms
shell: bash
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
if: matrix.config == 'android'

- name: Install Android SDK
shell: bash
Expand Down

0 comments on commit fbbf239

Please sign in to comment.