Skip to content

Commit

Permalink
Fix documenation build (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Oct 11, 2024
1 parent eae75c0 commit ffcb852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/ci/github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ llvm_version=16

brew install jq llvm@$llvm_version ninja sccache

if [ $(uname) = Linux ]; then
brew install python
fi

llvm_prefix=$(brew --prefix)/opt/llvm@$llvm_version

echo LLVM_SYS_${llvm_version}0_PREFIX=$llvm_prefix >>$GITHUB_ENV
Expand Down

0 comments on commit ffcb852

Please sign in to comment.