]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix Ubuntu spelling and duplicate run in Github Actions
authorArne Schwabe <arne@rfc2549.org>
Wed, 8 Sep 2021 14:27:24 +0000 (16:27 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 10 Sep 2021 09:54:03 +0000 (11:54 +0200)
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>
.github/workflows/build.yaml

index b2c16449f6640e0a7f2b75df98919e0fa240cca1..51776f679f91721fd95539266a9c86eddec0947a 100644 (file)
@@ -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