Skip to content

Commit

Permalink
Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Oct 26, 2024
1 parent b73b671 commit f5b2175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.api-level == 35 && 'x86_64' || 'x86' }}
script: ./gradlew connectedCheck --stacktrace
env:
API_LEVEL: ${{ matrix.api-level }}

0 comments on commit f5b2175

Please sign in to comment.