Skip to content

Commit

Permalink
ci: Try unsetting JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent b88a48b commit b2ad267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build & check Trino
run: |
just install-dev-tools
(cd java/trino-plugin && . ~/.asdf/plugins/java/set-java-home.bash)
(cd java/trino-plugin && java --version && mvn --version && echo "JAVA_HOME: $JAVA_HOME")
set -u JAVA_HOME
just docker-run-trino
just check-trino
docker tag trino-joinery ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit b2ad267

Please sign in to comment.