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

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

View File

@ -78,7 +78,7 @@ jobs:
if [[ ! -d "/var/tmp/ccache" ]];then
mkdir -p /var/tmp/ccache
fi
brew install boost libomp ninja tbb openblas ccache
brew install boost libomp ninja tbb openblas ccache pkg-config
if [[ ! -d "/usr/local/opt/llvm" ]]; then
ln -s /usr/local/opt/llvm@14 /usr/local/opt/llvm
fi
@ -88,4 +88,4 @@ jobs:
if: ${{ failure() }}
with:
name: cmake-log
path: cmake_build/CMakeFiles/*.log
path: cmake_build/CMakeFiles/*.log