Skip to content
Cédric Belin edited this page Jun 16, 2024 · 7 revisions

Set up your GitHub Actions workflow with a specific version of Apache Ant.

Getting started

If you haven't used GitHub Actions before, be sure to check out the related documentation, as it explains how to create and configure a workflow.

Setup Apache Ant in a workflow:

steps:
  - uses: cedx/setup-ant@v2
  - run: ant -version

Usage

Clone this wiki locally