Skip to content

Commit

Permalink
Fixed brew link step for pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 21, 2024
1 parent 1a4cbb7 commit 708922f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if ! brew list --versions pkgconf > /dev/null; then
brew install pkgconf
fi
brew unlink pkg-config || true
brew unlink pkg-config@0.29.2 || true
brew link --overwrite pkgconf
- name: Build
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
Expand All @@ -143,7 +143,7 @@ jobs:
if ! brew list --versions pkgconf > /dev/null; then
brew install pkgconf
fi
brew unlink pkg-config || true
brew unlink pkg-config@0.29.2 || true
brew link --overwrite pkgconf
- name: Install openssl v1.0.2
run: brew install rbenv/tap/openssl@1.0
Expand Down

0 comments on commit 708922f

Please sign in to comment.