build: add --with-ssl option

This commit is contained in:
Ivan Dyachkov 2022-09-07 09:44:06 +02:00
parent b3ec89de47
commit 53480ef3ef
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ jobs:
env:
KERL_BUILD_BACKEND: git
OTP_GITHUB_URL: https://github.com/emqx/otp
KERL_CONFIGURE_OPTIONS: --disable-dynamic-ssl-lib
KERL_CONFIGURE_OPTIONS: --disable-dynamic-ssl-lib --with-ssl=/usr/local/opt/openssl@1.1
run: |
kerl update releases
kerl build ${{ matrix.otp }}