From ffcb85212f00294bccd4e4b18ab075bce48d2e0f Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Fri, 11 Oct 2024 20:44:18 +0900 Subject: [PATCH] Fix documenation build (#2522) --- tools/ci/github/setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci/github/setup.sh b/tools/ci/github/setup.sh index dd2ac8cde..3cc39a23b 100755 --- a/tools/ci/github/setup.sh +++ b/tools/ci/github/setup.sh @@ -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