Skip to content

Commit f4eb8a8

Browse files
committed
Fixed macos workflow.
1 parent 5fdb942 commit f4eb8a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
echo "export CPPFLAGS=-I$BREW_PREFIX/include" >> $GITHUB_ENV
104104
105105
- name: Configure CMake
106+
env:
107+
BREW_PREFIX: ${{ env.BREW_PREFIX }}
108+
LDFLAGS: "-L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/llvm/lib/c++ -L/opt/homebrew/opt/llvm/lib/unwind -lunwind"
109+
CPPFLAGS: "-I/opt/homebrew/opt/llvm/include"
106110
run: >
107111
cmake
108112
-DCMAKE_C_COMPILER=$BREW_PREFIX/opt/llvm@19/bin/clang

0 commit comments

Comments
 (0)