Skip to content

Commit ed39446

Browse files
Use Ubuntu JDK
1 parent 1d3834d commit ed39446

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Set up JDK ${{ matrix.java-version }}
27-
uses: actions/setup-java@v5
28-
with:
29-
java-version: ${{ matrix.java-version }}
30-
distribution: 'temurin'
31-
architecture: ${{ matrix.arch }}
27+
run: sudo apt install openjdk-21-jdk ant
3228

3329
- name: Shared Ivy Cache
3430
uses: actions/cache@v5

0 commit comments

Comments
 (0)