Skip to content

Commit

Permalink
ci: force pkgconf unlink for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Nov 23, 2024
1 parent d22254b commit fda53d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
with:
xcode-version: ${{ matrix.cfg.xcode-version }}

- name: Force unlink pkg-config
run: brew link --overwrite pkgconf

- name: Install homebrew packages
run: brew install cmake make opus openssl pkg-config

Expand Down

0 comments on commit fda53d4

Please sign in to comment.