ci: remove pre-installed pkg-config

This commit is contained in:
luoliwoshang
2024-11-23 19:27:11 +08:00
parent daf5e9cccf
commit 9966daf0cf
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
- name: Install dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew uninstall pkg-config@0.29.2
brew update
brew install llvm@${{matrix.llvm}} pkg-config bdw-gc openssl libffi
echo "$(brew --prefix llvm@${{matrix.llvm}})/bin" >> $GITHUB_PATH