mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
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
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user