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 e7e28a2 commit 8d0128c
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 @@ -6,6 +6,8 @@ jobs:
build:

runs-on: ubuntu-22.04
env:
JAVA_HOME: $JAVA_HOME_17_X64

steps:
- name: Checkout
Expand All @@ -26,8 +28,6 @@ jobs:
- name: Build the app
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 8d0128c

Please sign in to comment.