Commit b0e0cf4
fix(ci): Install LLVM on macOS for libclang dependency
librocksdb-sys and rquickjs require libclang for building.
On macOS runners, LLVM is not installed by default, causing
the build to fail with 'Library not loaded: libclang.dylib'.
This adds a step to install LLVM via Homebrew and sets the
LIBCLANG_PATH environment variable.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e962595 commit b0e0cf4
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
0 commit comments