Skip to content

Commit 32aa580

Browse files
Update build setup for Ubuntu 24.10 release
1 parent c9e3895 commit 32aa580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: 'zulu'
3737
- name: Linux requirements
3838
if: contains(matrix.os, 'ubuntu')
39-
run: sudo apt-get -y install texinfo
39+
run: 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
4040
- name: macOS requirements
4141
if: contains(matrix.os, 'macos')
4242
run: |

0 commit comments

Comments
 (0)