We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7364682 commit f49992eCopy full SHA for f49992e
1 file changed
.github/workflows/c-cpp.yml
@@ -42,7 +42,7 @@ jobs:
42
submodules: true
43
- name: Install dependencies (Ubuntu)
44
if: ${{ matrix.os == 'ubuntu-latest' }}
45
- run: sudo apt-get -y install python3 cython3 flex help2man autopoint texinfo gettext
+ run: sudo apt-get -y install python3 cython3 flex help2man libltdl-dev autopoint texinfo gettext
46
- name: Install dependencies (macOS)
47
if: ${{ matrix.os == 'macos-latest' }}
48
run: |
0 commit comments