Skip to content

Commit

Permalink
Update build setup for Ubuntu 24.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Oct 16, 2024
1 parent c9e3895 commit 32aa580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distribution: 'zulu'
- name: Linux requirements
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get -y install texinfo
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
- name: macOS requirements
if: contains(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 32aa580

Please sign in to comment.