Skip to content

Commit 130631d

Browse files
Update build setup for Ubuntu 24.10 release
1 parent 5e3b832 commit 130631d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Linux requirements
3838
if: contains(matrix.os, 'ubuntu')
3939
run: |
40-
sudo apt-get build-dep -yq --force-yes libjna-java
41-
sudo apt-get install -yq --force-yes zip unzip libtool automake libltdl-dev texinfo
40+
sudo apt-get install -yq --force-yes zip unzip libtool automake libltdl-dev texinfo ant ant-optional debhelper-compat default-jdk javahelper libasm-java libffi-dev libx11-dev libxt-dev maven-repo-helper pkg-config
4241
- name: macOS requirements
4342
if: contains(matrix.os, 'macos')
4443
run: |

0 commit comments

Comments
 (0)