Skip to content

Commit 0654bf4

Browse files
hmeldertriplef
authored andcommitted
Add libltdl-dev as dependency for autogen
1 parent ce99745 commit 0654bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if [ "$RUNNER_OS" = "macOS" ]; then
3434
brew install cmake autoconf automake libtool pkg-config
3535
elif [ "$RUNNER_OS" = "Linux" ]; then
36-
sudo apt-get install curl cmake make libtool pkg-config texinfo
36+
sudo apt-get install curl cmake make libtool pkg-config texinfo libltdl-dev
3737
3838
# install autoconf 2.71 from source (required by libffi, not available via apt-get on Ubuntu focal)
3939
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz

0 commit comments

Comments
 (0)