Skip to content

Commit

Permalink
Update ant version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 5, 2023
1 parent b836fb4 commit 99ed085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,12 @@ jobs:
fetch-depth: 3
- run: |
sudo apt-get update
sudo apt-get -yq install ${{matrix.PACKAGES}} build-essential ant rename
sudo apt-get -yq install ${{matrix.PACKAGES}} build-essential ant rename wget apt
name: Install LWJGL dependencies
- run: wget http://ftp.debian.org/debian/pool/main/a/ant/ant_1.10.14-1_all.deb
name: Download latest Ant
- run: sudo apt -y install ./ant_1.10.14-1_all.deb
name: Install latest Ant
- run: ${PWD}/refactor/Linux.sh
shell: bash
name : Refactor to org.lwjgl3
Expand Down

0 comments on commit 99ed085

Please sign in to comment.