Skip to content

Commit

Permalink
ci: explicitly install jenv
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 11, 2024
1 parent eef2768 commit ec0ff96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
with:
java-version: 8

- name: Setup jenv
run: bash -x ./ci/ensure-jenv-is-present.bash && ant abcl.diagnostic
- name: Install jenv
run: bash -x ./ci/install-jenv.bash

- name: Install OpenJDK
run: bash -x ./ci/install-openjdk.bash ${JDK_VERSION}

run: bash -x ./ci/install-openjdk.bash ${JDK_VERSION} && ant abcl.diagnostic
- name: Set abcl.properties for build
run: bash -x ./ci/create-abcl-properties.bash ${JDK_VERSION}

Expand Down

0 comments on commit ec0ff96

Please sign in to comment.