Skip to content

Commit 708922f

Browse files
committed
Fixed brew link step for pkgconf
1 parent 1a4cbb7 commit 708922f

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
@@ -125,7 +125,7 @@ jobs:
125125
if ! brew list --versions pkgconf > /dev/null; then
126126
brew install pkgconf
127127
fi
128-
brew unlink pkg-config || true
128+
brew unlink pkg-config@0.29.2 || true
129129
brew link --overwrite pkgconf
130130
- name: Build
131131
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
@@ -143,7 +143,7 @@ jobs:
143143
if ! brew list --versions pkgconf > /dev/null; then
144144
brew install pkgconf
145145
fi
146-
brew unlink pkg-config || true
146+
brew unlink pkg-config@0.29.2 || true
147147
brew link --overwrite pkgconf
148148
- name: Install openssl v1.0.2
149149
run: brew install rbenv/tap/[email protected]

0 commit comments

Comments
 (0)