Skip to content

Commit

Permalink
ci: try to get a jdk from one in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 11, 2024
1 parent b4a6a40 commit f104662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/install-jenv.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jenv enable-plugin export

jenv doctor

jenv versions
jenv version add $(realpath $(which java)/..)
jenv versions



0 comments on commit f104662

Please sign in to comment.