Skip to content

Commit

Permalink
Fix android pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Dec 3, 2024
1 parent d9a9b9b commit 9077887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17.0.6
cache: 'gradle'

Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17.0.6
cache: 'gradle'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17.0.6
cache: 'gradle'

Expand Down

0 comments on commit 9077887

Please sign in to comment.