Skip to content

Commit

Permalink
ci: be more rigourous in build
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 11, 2024
1 parent 67d29e9 commit 7697ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install-openjdk.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

. ${DIR}/install-jenv.bash
# try this...
. ${DIR}/ensure-jenv-is-present.bash

jdk=$1
if [[ -z $jdk ]]; then
Expand Down

0 comments on commit 7697ba1

Please sign in to comment.