Skip to content

Commit

Permalink
fix(ci): remove pkg-config in macos
Browse files Browse the repository at this point in the history
It seems preinstalled on the image, but currently the packages depend on pkgconf.
  • Loading branch information
nijel committed Nov 25, 2024
1 parent 451f37a commit 4f51687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v4
- run: brew update
- run: brew upgrade
- run: brew unlink my-org/old-formulas/pkg-config
- run: brew list --versions
- run: brew deps --tree --installed
- name: Install brew dependencies
Expand Down

0 comments on commit 4f51687

Please sign in to comment.