ci: don't install pkg-config explicitly

This commit is contained in:
Li Jie
2024-11-26 09:31:22 +08:00
parent 06cc43b11f
commit 9105f28c13
5 changed files with 6 additions and 14 deletions

View File

@@ -41,9 +41,8 @@ jobs:
- name: Install dependencies
if: startsWith(matrix.os, 'macos')
run: |
bash .github/workflows/cleanup.sh
brew update
brew install llvm@${{matrix.llvm}} pkg-config bdw-gc openssl libffi
brew install llvm@${{matrix.llvm}} bdw-gc openssl libffi
echo "$(brew --prefix llvm@${{matrix.llvm}})/bin" >> $GITHUB_PATH
echo "PKG_CONFIG_PATH=/opt/homebrew/opt/libffi/lib/pkgconfig" >> $GITHUB_ENV