We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdb942 commit f4eb8a8Copy full SHA for f4eb8a8
1 file changed
.github/workflows/build_and_test.yml
@@ -103,6 +103,10 @@ jobs:
103
echo "export CPPFLAGS=-I$BREW_PREFIX/include" >> $GITHUB_ENV
104
105
- 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"
110
run: >
111
cmake
112
-DCMAKE_C_COMPILER=$BREW_PREFIX/opt/llvm@19/bin/clang
0 commit comments