Skip to content

Commit

Permalink
Add GNU readline to mingw github action (#1513)
Browse files Browse the repository at this point in the history
* Update build.yml to enable GNU readline for MinGW build

* Update build.yml to include termcap and ncurses
  • Loading branch information
mcuee authored Oct 11, 2023
1 parent 7f8e8a1 commit 55853eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ jobs:
mingw-w64-${{matrix.env}}-libusb-compat-git
mingw-w64-${{matrix.env}}-hidapi
mingw-w64-${{matrix.env}}-libftdi
mingw-w64-${{matrix.env}}-readline
mingw-w64-${{matrix.env}}-ncurses
mingw-w64-${{matrix.env}}-termcap
mingw-w64-${{matrix.env}}-libserialport
- name: Configure
run: >-
Expand Down

0 comments on commit 55853eb

Please sign in to comment.