Skip to content

Commit

Permalink
Set java version to start Polypheny with
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Apr 30, 2024
1 parent 5ea864e commit 1ec2571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
cmd: ./gradlew build
jar: dbms-0.10.0-SNAPSHOT.jar
java: ${{ env.JAVA_HOME_17_X64 or env.JAVA_HOME_17_ARM64 }}/bin/java

test-stores:
needs: build-polypheny
Expand Down

0 comments on commit 1ec2571

Please sign in to comment.