Skip to content

Commit

Permalink
Fixing pkgconfig link and unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 21, 2024
1 parent fa01d4a commit 2d9baf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if ! brew list --versions pkgconf > /dev/null; then
brew install pkgconf
fi
brew link --overwrite pkgconf
brew unlink pkgconf && brew link pkgconf
- name: Build
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make

Expand Down

0 comments on commit 2d9baf1

Please sign in to comment.