mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add /usr/local/opt/llvm/lib to paths on macOS hosts
This commit is contained in:
@@ -41,6 +41,8 @@ runs:
|
||||
sudo apt install -y ca-certificates protobuf-compiler libclang-dev
|
||||
elif [ "$RUNNER_OS" == "Windows" ]; then
|
||||
choco install protoc llvm
|
||||
echo "LIBCLANG_PATH=/usr/local/opt/llvm/lib" >> $GITHUB_ENV
|
||||
echo "DYLD_LIBRARY_PATH=/usr/local/opt/llvm/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew install protobuf llvm
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user