Skip to content

Commit 6b3dcaf

Browse files
committed
Dont link again pkg-config on macos given it's already present.
1 parent 9b1ac92 commit 6b3dcaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
strategy:
105105
matrix:
106106
openssl: ["3.0"]
107-
runs-on: macos-15
107+
runs-on: macos-latest
108108
continue-on-error: true
109109
steps:
110110
- uses: actions/checkout@v1
111111
- name: Install dependencies
112-
run: brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
112+
run: brew install autoconf automake libtool libevent openssl@${{ matrix.openssl }}
113113
- name: Build
114114
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
115115

0 commit comments

Comments
 (0)