From 9f6badaf186ab7ad75fe3c820e45cf2edde4818d Mon Sep 17 00:00:00 2001 From: mcuee Date: Wed, 6 Mar 2024 21:28:25 +0800 Subject: [PATCH] Update build.yml to debug macOS Homebrew CI issue --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dd4ddd3..e899dbe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -214,13 +214,13 @@ jobs: libftdi readline libserialport - python - name: Configure run: >- cmake -D CMAKE_C_FLAGS=-I/usr/local/include - -D CMAKE_EXE_LINKER_FLAGS=-L/usr/local/Cellar + -D CMAKE_EXE_LINKER_FLAGS="-L/usr/local/Cellar /usr/local/Frameworks/Python.framework/Versions/3.12/lib/libpython3.12.dylib" -D DEBUG_CMAKE=1 + -D CMAKE_VERBOSE_MAKEFILE=1 -D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -B build - name: Build