mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 09:52:30 +08:00
Install pkg-config for mac os workflow (#22266)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
401631d7ef
commit
8487f53da5
2
.github/workflows/mac.yaml
vendored
2
.github/workflows/mac.yaml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
if [[ ! -d "/var/tmp/ccache" ]];then
|
||||
mkdir -p /var/tmp/ccache
|
||||
fi
|
||||
brew install libomp ninja openblas ccache conan
|
||||
brew install libomp ninja openblas ccache conan pkg-config
|
||||
if [[ ! -d "/usr/local/opt/llvm" ]]; then
|
||||
ln -s /usr/local/opt/llvm@14 /usr/local/opt/llvm
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user