Ubuntu spelling was wrong and the matrix for operating system
does not do anything but run the same build twice.
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
20210908142724.
3391935-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22822.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
- name: make check
run: make check
- ubutun20-clang-asan:
+ ubuntu-clang-asan:
strategy:
matrix:
- os: [ubuntu-16.04, ubuntu-18.04]
+ os: [ubuntu-20.04]
ssllib: [mbedtls, openssl]
- runs-on: ubuntu-20.04
+ runs-on: ${{matrix.os}}
steps:
- name: Install dependencies
run: sudo apt update && sudo apt install -y liblzo2-dev libpam0g-dev liblz4-dev linux-libc-dev man2html clang libcmocka-dev python3-docutils libtool automake autoconf libmbedtls-dev