CI: Install and use OpenSSL 1.1 on CentOS 7.
[tinc] / .github / workflows / test.yml
index 1b819a6..6c6323c 100644 (file)
@@ -131,7 +131,8 @@ 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,ncurses,readline}-devel
+          yum install openssl11-devel || yum install openssl-devel
         if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma')
 
       - name: Install deps (SUSE)