Skip to content

Commit 91b5abe

Browse files
committed
Fix CI
1 parent b9624f6 commit 91b5abe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
update: true
4242
install: >-
43+
autoconf-wrapper
4344
autotools
4445
curl
4546
gettext
@@ -52,7 +53,7 @@ jobs:
5253
if: runner.os == 'Linux'
5354
run: |
5455
sudo apt-get -y update
55-
sudo apt-get -y install libtinfo6 libncurses6 autopoint
56+
sudo apt-get -y install libtinfo6 libncurses6 autopoint libltdl-dev
5657
5758
- name: Set up Homebrew
5859
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)