Skip to content

Commit 686adf8

Browse files
Missing autoconf macro
1 parent c9e3895 commit 686adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: 'zulu'
3737
- name: Linux requirements
3838
if: contains(matrix.os, 'ubuntu')
39-
run: sudo apt-get -y install texinfo
39+
run: sudo apt-get -y install texinfo libltdl-dev
4040
- name: macOS requirements
4141
if: contains(matrix.os, 'macos')
4242
run: |

0 commit comments

Comments
 (0)