Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Oct 25, 2023
1 parent 5abe435 commit bfd2176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [[16, x86], [21, x86], [23, x86], [27, x86_64]]
arch: [[16, x86], [21, x86], [23, x86], [27, x86_64], [29, x86_64]]
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -81,7 +81,7 @@ jobs:
api-level: ${{ matrix.arch[0] }}
arch: ${{ matrix.arch[1] }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
sdcard-path-or-size: 900M
script: ./gradlew connectedDebugAndroidTest -Porion.CIBuild=true
Expand Down

0 comments on commit bfd2176

Please sign in to comment.