Skip to content

Commit 9eb3912

Browse files
committed
openssl openssl-1.1.1k
1 parent 0c221e6 commit 9eb3912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CIBW_BEFORE_ALL_LINUX: |
5757
if [[ ! -z "$(which yum)" ]]; then
5858
yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake
59-
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
59+
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1k.tar.gz
6060
tar xf openssl*.gz
6161
cd openssl*
6262
./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic

0 commit comments

Comments
 (0)