File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments