Skip to content

Commit

Permalink
debug gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 23, 2023
1 parent e5cc651 commit 7019610
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,21 @@ jobs:
gradle --version
npx cordova build android
- name: Gradle version
shell: bash -l {0}
run: |
echo $PATH
./gradlew --version
- name: Android Emulator Runner
uses: ReactiveCircus/android-emulator-runner@v2
with:
working-directory: ./platforms/android
api-level: 26
target: google_apis
arch: x86_64
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck --status


0 comments on commit 7019610

Please sign in to comment.