Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Feb 10, 2025
1 parent d06a582 commit 9148512
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/install-libclang-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ os_name="$1"
case "$os_name" in
"Windows") ;;
"macOS")
brew install llvm
echo "LIBCLANG_PATH=$(brew --prefix llvm)/lib" >> $GITHUB_ENV
echo "DYLD_LIBRARY_PATH=$(brew --prefix llvm)/lib" >> $GITHUB_ENV
;;
"Linux")
sudo apt update
Expand Down

0 comments on commit 9148512

Please sign in to comment.