From a03ef7ceff7581b189448a3dc2afef18e3fb2792 Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Wed, 1 Mar 2023 21:03:53 +0100 Subject: Try to download latest ant version --- .github/workflows/ant.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 4cf8d5ff..263c240d 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -60,6 +60,12 @@ jobs: with: java-version: ${{ matrix.jdk }} distribution: 'zulu' + + - name: Set up Ant + uses: sdkman/sdkman-action@master + with: + candidate: ant + version: 1.10.13 - name: Cache dependencies uses: actions/cache@v3 -- cgit