Skip to content

Commit

Permalink
Docker Mobile Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 19, 2024
1 parent e0d230a commit 2e5877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 27
api-level: 34
force-avd-creation: false
emulator-options: -no-window -gpu -grpc-use-jwt swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -127,7 +127,7 @@ jobs:
id: start_emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 27
api-level: 34
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -grpc-use-jwt -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit 2e5877a

Please sign in to comment.