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:
111
111
- name : Install dependencies
112
112
run : |
113
113
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
120
114
- name : Build
121
115
run : autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@${{ matrix.openssl }}`/lib/pkgconfig ./configure && make
122
116
@@ -130,10 +124,6 @@ jobs:
130
124
- name : Install dependencies
131
125
run : |
132
126
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
137
127
- name : Install openssl v1.0.2
138
128
run :
brew install rbenv/tap/[email protected]
139
129
- name : Build
You can’t perform that action at this time.
0 commit comments