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 2d9baf1 commit 423ff59
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
brew unlink [email protected] || true
brew unlink pkg-config || true
brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
# Handle OpenSSL 3.0 keg-only setup
if [ "${{ matrix.openssl }}" == "3.0" ]; then
Expand All @@ -122,12 +120,6 @@ jobs:
source $HOME/.bash_profile
/opt/homebrew/opt/[email protected]/bin/c_rehash
fi
# Handle missing pkg-config or pkgconf
if ! brew list --versions pkgconf > /dev/null; then
brew install pkgconf
fi
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 423ff59

Please sign in to comment.