From: Arne Schwabe Date: Wed, 8 Sep 2021 14:27:24 +0000 (+0200) Subject: Fix Ubuntu spelling and duplicate run in Github Actions X-Git-Tag: v2.6_beta1~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4e4751a1cbd90611e652a228884ef6953844a9;p=thirdparty%2Fopenvpn.git Fix Ubuntu spelling and duplicate run in Github Actions Ubuntu spelling was wrong and the matrix for operating system does not do anything but run the same build twice. Acked-by: Gert Doering 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 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b2c16449f..51776f679 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -144,13 +144,13 @@ jobs: - 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