changeset 411:2c1bda502efa

remove ant install from ci
author MitchellWeg <mitchell.w@live.nl>
date Mon, 11 Jan 2021 13:55:25 +0100 (2021-01-11)
parents 88a42e950f1c
children 42e006ee81a4
files .github/workflows/linux.yml .github/workflows/macos.yml
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -17,8 +17,5 @@ jobs:
       with:
         java-version: 1.8
 
-    - name: Install Ant
-      run: sudo apt install -y ant
-
     - name: Build
       run: make all
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -17,8 +17,5 @@ jobs:
       with:
         java-version: 1.8
 
-    - name: Install Ant
-      run: brew install ant
-
     - name: Build
       run: make all