Skip to content

Commit

Permalink
don't edit yaml from your phone :P
Browse files Browse the repository at this point in the history
  • Loading branch information
gyund committed Apr 13, 2024
1 parent db58531 commit 07694cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
google_apis:
${{matrix.google_apis}} force-avd-creation: false
google_apis: ${{matrix.google_apis}}
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
script: echo "Generated AVD snapshot for caching."
Expand All @@ -173,8 +173,7 @@ ${{matrix.google_apis}} force-avd-creation: false
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
google_apis:
${{matrix.google_apis}}
google_apis: ${{matrix.google_apis}}
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 07694cb

Please sign in to comment.