Skip to content

Commit

Permalink
ci: call the jenv doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 11, 2024
1 parent 3714305 commit eef2768
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/ensure-jenv-is-present.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ fi

eval "$(jenv init -)"

hash -r
jenv enable-plugin export
JENV=$JENV_ROOT/bin/jenv
#${JENV} enable-plugin export

${JENV} doctor


0 comments on commit eef2768

Please sign in to comment.