Skip to content

Commit

Permalink
android: enable kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Dec 11, 2023
1 parent 07ea0fa commit 6f4682a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install Android AVD
run: |
sudo usermod -aG kvm $USER
source travis/setup_avd_fast.sh
sed -i 's/skip_android = True/skip_android = False/' docs/source/conf.py
set | grep ^PATH >.android.env
Expand Down

0 comments on commit 6f4682a

Please sign in to comment.