We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4cbb7 commit 708922fCopy full SHA for 708922f
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
if ! brew list --versions pkgconf > /dev/null; then
126
brew install pkgconf
127
fi
128
- brew unlink pkg-config || true
+ brew unlink pkg-config@0.29.2 || true
129
brew link --overwrite pkgconf
130
- name: Build
131
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
- name: Install openssl v1.0.2
149
run: brew install rbenv/tap/[email protected]
0 commit comments