# HG changeset patch
# User MitchellWeg <mitchell.w@live.nl>
# Date 1610369725 -3600
# Node ID 2c1bda502efa943aebbbc7e26f121d8a757ad693
# Parent  88a42e950f1cc8139c713f5400743a462a11b1c3
remove ant install from ci

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- 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
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
--- 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