Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Testing on Android x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Jul 20, 2021
1 parent beef899 commit 697a1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
ndk: 21.3.6528147
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck

0 comments on commit 697a1d4

Please sign in to comment.