summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew V. Jones <andrew.jones@vector.com>2020-07-30 16:51:42 +0100
committerGitHub <noreply@github.com>2020-07-30 08:51:42 -0700
commite142a47195faba468d523660710bedc05f6591dd (patch)
tree23205789c2dbca270969e98b62572e44c0a83159 /.github
parent95ca28b7e8466e956898da377e253fc32c58e52d (diff)
When linking Editline, use 'pkg-config' to correctly find the link-time dependencies (#4809)
Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 74c65cfac..498146bdb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
cxxtest \
cln \
gmp \
+ pkgconfig \
swig
python3 -m pip install toml
python3 -m pip install setuptools
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback