Skip to content

Commit 423ff59

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
- uses: actions/checkout@v1
111111
- name: Install dependencies
112112
run: |
113-
brew unlink [email protected] || true
114-
brew unlink pkg-config || true
115113
brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
116114
# Handle OpenSSL 3.0 keg-only setup
117115
if [ "${{ matrix.openssl }}" == "3.0" ]; then
@@ -122,12 +120,6 @@ jobs:
122120
source $HOME/.bash_profile
123121
/opt/homebrew/opt/[email protected]/bin/c_rehash
124122
fi
125-
126-
# Handle missing pkg-config or pkgconf
127-
if ! brew list --versions pkgconf > /dev/null; then
128-
brew install pkgconf
129-
fi
130-
brew unlink pkgconf && brew link pkgconf
131123
- name: Build
132124
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
133125

0 commit comments

Comments
 (0)