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