We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce99745 commit 0654bf4Copy full SHA for 0654bf4
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
if [ "$RUNNER_OS" = "macOS" ]; then
34
brew install cmake autoconf automake libtool pkg-config
35
elif [ "$RUNNER_OS" = "Linux" ]; then
36
- sudo apt-get install curl cmake make libtool pkg-config texinfo
+ sudo apt-get install curl cmake make libtool pkg-config texinfo libltdl-dev
37
38
# install autoconf 2.71 from source (required by libffi, not available via apt-get on Ubuntu focal)
39
wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz
0 commit comments