Skip to content

Commit

Permalink
fix: add java distro
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored Dec 12, 2024
1 parent 5c89850 commit 7786e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit 7786e4a

Please sign in to comment.