Skip to content

Commit

Permalink
ci: use Java 8 for base tools
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 13, 2024
1 parent 6602088 commit a20802a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Install Java base for Ant
uses: actions/setup-java@v1
with:
java-version: '8'

- name: Install jenv
run: bash -x ./ci/install-jenv.bash
Expand Down

0 comments on commit a20802a

Please sign in to comment.