Update build.yml to remove readline under macOS

This commmit updates github action to remove the needs of GNU Readline under macOS, after the merge of PR avrdudes#1185.
This commit is contained in:
mcuee 2022-11-22 06:59:29 +08:00 committed by GitHub
parent 4c8a900452
commit b1b8d95154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ jobs:
-D CMAKE_EXE_LINKER_FLAGS=-L/usr/local/Cellar
-D DEBUG_CMAKE=1
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-D HAVE_LIBREADLINE:FILEPATH=/usr/local/opt/readline/lib/libreadline.dylib
-B build
- name: Build
run: cmake --build build