Skip to content

Commit

Permalink
ci: fallback to setup-java v1
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Mar 13, 2024
1 parent 997abe3 commit 6602088
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Java base for Ant
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
uses: actions/setup-java@v1

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

0 comments on commit 6602088

Please sign in to comment.