Skip to content

Commit

Permalink
Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 5, 2024
1 parent 6a228c4 commit e484e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
wget https://github.com/badaix/snapcast-deps/releases/download/v0.27.0/vorbis-1.3.7.aar -P $LIBS_DIR
- name: Build the app
env:
JAVA_HOME: ${{ env.JAVA_HOME_21_X64 }}
run: ./gradlew build
env:
JAVA_HOME: ${env:JAVA_HOME_17_X64}

- name: rename apk
run: mv /home/runner/work/snapdroid/snapdroid/Snapcast/build/outputs/apk/release/Snapcast-release-unsigned.apk /home/runner/work/snapdroid/snapdroid/Snapcast/build/outputs/apk/release/Snapcast.apk
Expand Down

0 comments on commit e484e4e

Please sign in to comment.