Skip to content

Commit

Permalink
add required temurin distribution for ci/cd, because other do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Turskyi committed Dec 6, 2023
1 parent 7593ab3 commit d967ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'semeru'
distribution: 'temurin' # Eclipse Temurin https://adoptium.net/

- name: Generate Release APK
run: ./gradlew assembleRelease
Expand Down

0 comments on commit d967ce9

Please sign in to comment.