mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Attempt to use LD_LIBRARY_PATH in macOS GitHub CI
This commit is contained in:
@@ -41,8 +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
|
||||
ls /usr/local/opt/llvm/lib | grep "libclang.dylib" # Make sure this installed `libclang`
|
||||
echo "LD_LIBRARY_PATH=/usr/local/opt/llvm/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
|
||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||
brew install protobuf llvm
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user