Skip to content

Commit

Permalink
chore(lib): fix android pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Doko-Demo-Doa committed Sep 20, 2024
1 parent 7fc33f1 commit 7b3388a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
fix-android:
runs-on: ubuntu-latest
steps:
- name: Install JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

- name: Setup Android SDK
uses: android-actions/setup-android@v3

Expand Down

0 comments on commit 7b3388a

Please sign in to comment.