Skip to content

Commit

Permalink
Try Google API target
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Apr 2, 2024
1 parent 689b98a commit eb73544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
include:
- api-level: 34
arch: x86_64
target: google_apis
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -55,6 +57,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit eb73544

Please sign in to comment.