Skip to content

Commit 55853eb

Browse files
authored
Add GNU readline to mingw github action (#1513)
* Update build.yml to enable GNU readline for MinGW build * Update build.yml to include termcap and ncurses
1 parent 7f8e8a1 commit 55853eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ jobs:
270270
mingw-w64-${{matrix.env}}-libusb-compat-git
271271
mingw-w64-${{matrix.env}}-hidapi
272272
mingw-w64-${{matrix.env}}-libftdi
273+
mingw-w64-${{matrix.env}}-readline
274+
mingw-w64-${{matrix.env}}-ncurses
275+
mingw-w64-${{matrix.env}}-termcap
273276
mingw-w64-${{matrix.env}}-libserialport
274277
- name: Configure
275278
run: >-

0 commit comments

Comments
 (0)