mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
Use readline for github action macOS Homebrew
Update github action to use readline keg and not the default libedit under Homebrew
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -161,6 +161,7 @@ jobs:
|
|||||||
libusb
|
libusb
|
||||||
hidapi
|
hidapi
|
||||||
libftdi
|
libftdi
|
||||||
|
readline
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: >-
|
run: >-
|
||||||
cmake
|
cmake
|
||||||
@@ -168,6 +169,7 @@ jobs:
|
|||||||
-D CMAKE_EXE_LINKER_FLAGS=-L/usr/local/Cellar
|
-D CMAKE_EXE_LINKER_FLAGS=-L/usr/local/Cellar
|
||||||
-D DEBUG_CMAKE=1
|
-D DEBUG_CMAKE=1
|
||||||
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
|
-D HAVE_LIBREADLINE:FILEPATH=/usr/local/opt/readline/lib/libreadline.dylib
|
||||||
-B build
|
-B build
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
|
|||||||
Reference in New Issue
Block a user