Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 8, 2024
1 parent 2ec0095 commit 4d247b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
api-level: [31]
target: [default]
steps:
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
- name: checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 4d247b6

Please sign in to comment.