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 c9e3895 commit 32aa580Copy full SHA for 32aa580
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
distribution: 'zulu'
37
- name: Linux requirements
38
if: contains(matrix.os, 'ubuntu')
39
- 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
40
- name: macOS requirements
41
if: contains(matrix.os, 'macos')
42
run: |
0 commit comments