Skip to content

Commit 6a34029

Browse files
committedFeb 12, 2024·
add more emulator options
1 parent a2c898b commit 6a34029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/android.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
uses: ReactiveCircus/android-emulator-runner@v2.30.1
2323
with:
2424
avd-name: arm64Emu
25+
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
2526
channel: canary
27+
disable-animations: true
2628
api-level: 34
2729
target: google_apis
2830
ram-size: 6000m

0 commit comments

Comments
 (0)
Please sign in to comment.