Skip to content

Commit 1671e28

Browse files
committed
Fixed brew link step for pkgconf
1 parent d467f48 commit 1671e28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
source $HOME/.bash_profile
120120
/opt/homebrew/opt/[email protected]/bin/c_rehash
121121
fi
122+
brew unlink [email protected] || true
122123
brew link --overwrite pkgconf
123124
- name: Build
124125
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
@@ -133,6 +134,7 @@ jobs:
133134
- name: Install dependencies
134135
run: |
135136
brew install autoconf automake libtool libevent pkg-config
137+
brew unlink [email protected] || true
136138
brew link --overwrite pkgconf
137139
- name: Install openssl v1.0.2
138140
run: brew install rbenv/tap/[email protected]

0 commit comments

Comments
 (0)