Skip to content

Commit

Permalink
ci: removed pkg-config from brew as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Nov 23, 2024
1 parent fda53d4 commit 2b7f7f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,8 @@ 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
run: brew install cmake make opus openssl

- name: Generate CMake
run: cmake -B build -DDPP_NO_VCPKG=ON -DCMAKE_BUILD_TYPE=Release -DDPP_CORO=ON -DAVX_TYPE=AVX0
Expand Down

0 comments on commit 2b7f7f3

Please sign in to comment.