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 310e783 commit be2c06cCopy full SHA for be2c06c
.github/workflows/openssl.sh
@@ -7,7 +7,7 @@ OPENSSL_VER=${OPENSSL_VER:-openssl-1.1.1n}
7
OPENSSL_DST=${PWD}/${OPENSSL_VER}-install
8
9
if [[ ! -d ${OPENSSL_DST} ]]; then
10
- curl -O https://www.openssl.org/source/${OPENSSL_VER}.tar.gz
+ curl -OL https://www.openssl.org/source/${OPENSSL_VER}.tar.gz
11
tar xzf ${OPENSSL_VER}.tar.gz
12
cd ${OPENSSL_VER}
13
./Configure no-shared enable-rc5 zlib darwin64-arm64-cc --prefix=${OPENSSL_DST} --openssldir=${OPENSSL_DST}
0 commit comments