Skip to content

Commit

Permalink
Dont link again pkg-config on macos given it's already present.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 22, 2024
1 parent 9b1ac92 commit 6b3dcaf
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 @@ -104,12 +104,12 @@ jobs:
strategy:
matrix:
openssl: ["3.0"]
runs-on: macos-15
runs-on: macos-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
run: brew install autoconf automake libtool libevent openssl@${{ matrix.openssl }}
- name: Build
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make

Expand Down

0 comments on commit 6b3dcaf

Please sign in to comment.