From: Arne Schwabe Date: Mon, 14 Feb 2022 02:10:54 +0000 (+0100) Subject: Add Werror to github action ubuntu build X-Git-Tag: v2.6_beta1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afa875bc7036edc78c89f4b2215deb0169807daa;p=thirdparty%2Fopenvpn.git Add Werror to github action ubuntu build Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20220214021054.3750071-2-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23778.html Signed-off-by: Gert Doering --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f1a75736f..34d1dcceb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -187,7 +187,7 @@ jobs: - name: autoconf run: autoreconf -fvi - name: configure - run: ./configure --with-crypto-library=${{matrix.ssllib}} ${{matrix.extraconf}} + run: ./configure --with-crypto-library=${{matrix.ssllib}} ${{matrix.extraconf}} --enable-werror - name: make all run: make -j3 - name: make check