Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiritumichael committed Jun 4, 2024
1 parent ddf7f73 commit 176e199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/androidbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.0

- name : Set Up Java
uses: actions/setup-java@v4.2.1
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit 176e199

Please sign in to comment.