-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cédric Belin edited this page Nov 3, 2024
·
6 revisions
Set up your GitHub Actions workflow with a specific version of Apache Ant.
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@v4
- run: ant -version
Note
A sample workflow can be found in this workflow.yaml file.