Skip to content

Commit

Permalink
ci: use naked Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 12, 2024
1 parent 15bee9c commit e0fc229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: bash -x ./ci/create-abcl-properties.bash ${JDK_VERSION}

- name: Build ABCL
run: bash -x ./ci/ensure-jenv-is-present.bash && $HOME/.jenv/shims/ant abcl
run: bash -x ./ci/ensure-jenv-is-present.bash && ant abcl

- name: Configure ASDF to find abcl
run: bash -x ./ci/asdf-finds-abcl.bash
Expand Down

0 comments on commit e0fc229

Please sign in to comment.