mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Correct llvm/lib path on macOS
This commit is contained in:
@@ -43,8 +43,8 @@ runs:
|
|||||||
choco install protoc
|
choco install protoc
|
||||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||||
brew install protobuf llvm
|
brew install protobuf llvm
|
||||||
ls /usr/local/opt/llvm/lib | grep "libclang.dylib" # Make sure this installed `libclang`
|
ls /opt/homebrew/opt/llvm/lib | grep "libclang.dylib" # Make sure this installed `libclang`
|
||||||
echo "DYLD_LIBRARY_PATH=/usr/local/opt/llvm/lib:$DYLD_LIBRARY_PATH" >> "$GITHUB_ENV"
|
echo "DYLD_LIBRARY_PATH=/opt/homebrew/opt/llvm/lib:$DYLD_LIBRARY_PATH" >> "$GITHUB_ENV"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install solc
|
- name: Install solc
|
||||||
|
|||||||
Reference in New Issue
Block a user