Skip to content

Commit

Permalink
workflow: updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Mar 22, 2024
1 parent 47edfe5 commit dfd2342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Decode Keystore
run: echo ${{ secrets.KEYSTORE }} | base64 -d >> app/music-debug.jks

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: "temurin"
java-version: 17
distribution: "zulu"
cache: 'gradle'

- name: Build debug APK and run jvm tests
Expand Down

0 comments on commit dfd2342

Please sign in to comment.