Skip to content

Commit

Permalink
fix: KVM
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 29, 2024
1 parent ca9d18e commit afda301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mocha-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
fetch-depth: 1

- 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: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
Expand Down

0 comments on commit afda301

Please sign in to comment.