From: Guus Sliepen Date: Tue, 20 Jul 2021 20:55:56 +0000 (+0200) Subject: Install OpenSSL 1.1 in the CentOS 7 test environment. X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=ee2d78fa6fbef174ebe91c14de857e2ed46e8127 Install OpenSSL 1.1 in the CentOS 7 test environment. --- 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)