Skip to content

Commit 5e3b832

Browse files
Update build setup for Ubuntu 24.10 release
1 parent 686adf8 commit 5e3b832

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)