Skip to content

Commit 2f0f2be

Browse files
committed
Fixing pkgconfig link and unlink
1 parent 4caed2b commit 2f0f2be

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ jobs:
111111
- name: Install dependencies
112112
run: |
113113
brew install autoconf automake libtool libevent pkg-config openssl@${{ matrix.openssl }}
114-
echo 'export PATH="/opt/homebrew/opt/openssl@${{ matrix.openssl }}/bin:$PATH"' >> $HOME/.bash_profile
115-
echo 'export LDFLAGS="-L/opt/homebrew/opt/openssl@${{ matrix.openssl }}/lib"' >> $HOME/.bash_profile
116-
echo 'export CPPFLAGS="-I/opt/homebrew/opt/openssl@@${{ matrix.openssl }}/include"' >> $HOME/.bash_profile
117-
echo 'export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@@${{ matrix.openssl }}/lib/pkgconfig"' >> $HOME/.bash_profile
118-
source $HOME/.bash_profile
119-
/opt/homebrew/opt/openssl@@${{ matrix.openssl }}/bin/c_rehash
120114
- name: Build
121115
run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
122116

@@ -130,10 +124,6 @@ jobs:
130124
- name: Install dependencies
131125
run: |
132126
brew install autoconf automake libtool libevent pkg-config
133-
if ! brew list --versions pkgconf > /dev/null; then
134-
brew install pkgconf
135-
fi
136-
brew link --overwrite pkgconf
137127
- name: Install openssl v1.0.2
138128
run: brew install rbenv/tap/[email protected]
139129
- name: Build

0 commit comments

Comments
 (0)