Skip to content

Commit 2d9baf1

Browse files
committed
Fixing pkgconfig link and unlink
1 parent fa01d4a commit 2d9baf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if ! brew list --versions pkgconf > /dev/null; then
128128
brew install pkgconf
129129
fi
130-
brew link --overwrite pkgconf
130+
brew unlink pkgconf && brew link pkgconf
131131
- name: Build
132132
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
133133

0 commit comments

Comments
 (0)