Merge pull request #1146 from mcuee/readline_action
Add libreadline-dev for Linux github action build
This commit is contained in:
commit
b1b4a180ba
|
@ -49,6 +49,7 @@ jobs:
|
|||
libusb-1.0-0-dev
|
||||
libhidapi-dev
|
||||
libftdi1-dev
|
||||
libreadline-dev
|
||||
texinfo
|
||||
texlive
|
||||
texi2html
|
||||
|
@ -110,6 +111,7 @@ jobs:
|
|||
libusb-1.0-0-dev:${{matrix.arch}}
|
||||
libhidapi-dev:${{matrix.arch}}
|
||||
libftdi1-dev:${{matrix.arch}}
|
||||
libreadline-dev:${{matrix.arch}}
|
||||
- name: Configure
|
||||
run: >-
|
||||
cmake
|
||||
|
|
Loading…
Reference in New Issue