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 6b3dcaf commit bc8cb6bCopy full SHA for bc8cb6b
.github/workflows/ci.yml
@@ -124,11 +124,9 @@ jobs:
124
steps:
125
- uses: actions/checkout@v1
126
- name: Install dependencies
127
- run: brew install autoconf automake libtool libevent pkg-config
128
- - name: Install openssl v1.0.2
129
- run: brew install rbenv/tap/[email protected]
+ run: brew install autoconf automake libtool libevent [email protected]
130
- name: Build
131
- run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.0`/lib/pkgconfig ./configure && make
+ run: autoreconf -ivf && PKG_CONFIG_PATH=`brew --prefix openssl@1.1`/lib/pkgconfig ./configure && make
132
133
134
build-macos-openssl-1-0-2:
0 commit comments