From ee2d78fa6fbef174ebe91c14de857e2ed46e8127 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 20 Jul 2021 22:55:56 +0200 Subject: [PATCH] Install OpenSSL 1.1 in the CentOS 7 test environment. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b819a68..a9253ab6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: fi yum install -y epel-release yum install -y git binutils make autoconf automake gcc diffutils \ - texinfo netcat procps socat {lzo,zlib,lz4,openssl,ncurses,readline}-devel + texinfo netcat procps socat {lzo,zlib,lz4,openssl11,ncurses,readline}-devel if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma') - name: Install deps (SUSE) -- 2.20.1