Skip to content

Commit

Permalink
fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Nov 23, 2024
1 parent 6d45beb commit 4dc0f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ jobs:

- name: Install packages (macOS)
if: runner.os == 'macOS'
run: brew install pkgconfig ${{ matrix.packages }}
run: |
brew uninstall -f pkg-config [email protected] # https://github.com/actions/runner-images/issues/10984
brew install pkgconf ${{ matrix.packages }}
- name: Install packages (Ubuntu)
if: runner.os == 'Linux' && matrix.packages
Expand Down

0 comments on commit 4dc0f11

Please sign in to comment.