mirror of https://github.com/milvus-io/milvus.git
Install pkg-config for mac os workflow (#22266)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/22229/head
parent
401631d7ef
commit
8487f53da5
|
@ -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…
Reference in New Issue