X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=b5df06bd11171238fdb912504779439249ddb058;hb=252b8f0c9f3851c59f8baec5df95bbb2bbf85e72;hp=1b819a689e411c1ffb555627beed8b2317a08764;hpb=4ca3ecb6d5c0667eba68313a5ca24e73dcc8e9e4;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b819a68..b5df06bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -y openssl11-devel || yum install -y openssl-devel if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma') - name: Install deps (SUSE)