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 686adf8 commit 5e3b832Copy full SHA for 5e3b832
.github/workflows/ci.yaml
@@ -36,7 +36,9 @@ jobs:
36
distribution: 'zulu'
37
- name: Linux requirements
38
if: contains(matrix.os, 'ubuntu')
39
- run: sudo apt-get -y install texinfo libltdl-dev
+ 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
42
- name: macOS requirements
43
if: contains(matrix.os, 'macos')
44
run: |
0 commit comments