We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3834d commit ed39446Copy full SHA for ed39446
1 file changed
.github/workflows/ci.yml
@@ -24,11 +24,7 @@ jobs:
24
- uses: actions/checkout@v6
25
26
- 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 }}
+ run: sudo apt install openjdk-21-jdk ant
32
33
- name: Shared Ivy Cache
34
uses: actions/cache@v5
0 commit comments