summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ca873c294..2d3586483 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,9 @@ jobs:
libcln-dev \
libgmp-dev \
libedit-dev \
- swig3.0
+ flex \
+ libfl-dev \
+ flexc++
python3 -m pip install toml
python3 -m pip install setuptools
python3 -m pip install pexpect
@@ -78,7 +80,7 @@ jobs:
cln \
gmp \
pkgconfig \
- swig
+ flex
python3 -m pip install toml
python3 -m pip install setuptools
python3 -m pip install pexpect
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback