We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3b832 commit 130631dCopy full SHA for 130631d
.github/workflows/ci.yaml
@@ -37,8 +37,7 @@ jobs:
37
- name: Linux requirements
38
if: contains(matrix.os, 'ubuntu')
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
+ 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
42
- name: macOS requirements
43
if: contains(matrix.os, 'macos')
44
0 commit comments