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

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

steps:
- name: Checkout
Expand All @@ -27,6 +25,8 @@ 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_17_X64
run: ./gradlew build

- name: rename apk
Expand Down

0 comments on commit 12b74ec

Please sign in to comment.