aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ant.yml6
1 files changed, 6 insertions, 0 deletions
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