Merge pull request #873 from luoliwoshang/workflow/pkgconf

ci: remove pre-installed pkg-config
This commit is contained in:
xushiwei
2024-11-23 19:41:13 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ jobs:
run: |
set -e
set -x
brew uninstall pkg-config@0.29.2
source doc/_readme/scripts/install_macos.sh
- name: Install dependencies on Ubuntu

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