Skip to content

Commit 0023362

Browse files
committed
Fix CI
1 parent b9624f6 commit 0023362

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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+
base-devel
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)