Install pkg-config for mac os workflow (#22266)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/22229/head
congqixia 2023-02-17 18:20:25 +08:00 committed by GitHub
parent 401631d7ef
commit 8487f53da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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