Skip to content

Commit f49992e

Browse files
committed
GitHub: add libltdl-dev on Ubuntu
1 parent 7364682 commit f49992e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
submodules: true
4343
- name: Install dependencies (Ubuntu)
4444
if: ${{ matrix.os == 'ubuntu-latest' }}
45-
run: sudo apt-get -y install python3 cython3 flex help2man autopoint texinfo gettext
45+
run: sudo apt-get -y install python3 cython3 flex help2man libltdl-dev autopoint texinfo gettext
4646
- name: Install dependencies (macOS)
4747
if: ${{ matrix.os == 'macos-latest' }}
4848
run: |

0 commit comments

Comments
 (0)