add ant build

pull/66/head
hanbowen 3 years ago
parent 3ae5d15a1f
commit 463ce571c8
  1. 2
      .github/workflows/compilability_check.yml
  2. 2
      .github/workflows/publish_release.yml

@ -13,7 +13,7 @@ jobs:
- name: Setup the environment
run: |
sudo pip3 install meson==0.58.2
sudo apt-get install nasm ninja-build
sudo apt-get install nasm ninja-build ant
- name: Executing the script
run: |

@ -19,7 +19,7 @@ jobs:
- name: Setup the environment
run: |
sudo pip3 install meson==0.58.2
sudo apt-get install nasm ninja-build
sudo apt-get install nasm ninja-build ant
- name: Executing the script
run: |

Loading…
Cancel
Save