Skip to content

Commit

Permalink
Updated emulation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed May 8, 2024
1 parent b2e6b22 commit 751fd95
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/emulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ on:

jobs:
check:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
android-api-level: [ 19, 21, 24, 29 ]

steps:
- uses: actions/checkout@v3
- name: checkout
uses: actions/checkout@v4

- name: Enable KVM
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
- uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 751fd95

Please sign in to comment.