Skip to content

Commit

Permalink
added JDK 17 setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 11, 2025
1 parent 8eede34 commit 3852797
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
ref: nt/gh-actions
- name: Install npm dependency
run: yarn install
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- uses: actions/cache@v3
Expand Down

0 comments on commit 3852797

Please sign in to comment.