X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=e30bb17ae4e736bc5ed63b3d03ce1da4cc8595ee;hb=dfed43f01b69fff92321d1194a6c7c7ba54ca2d0;hp=a9253ab626a440367a6fd088d74633c6db7879ee;hpb=ee2d78fa6fbef174ebe91c14de857e2ed46e8127;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9253ab6..e30bb17a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,7 @@ jobs: fail-fast: false matrix: sanitizer: + - address - thread - undefined env: @@ -131,7 +132,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,openssl11,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)