mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -04:00
Enable -Werror on macOS builds
Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20221009140042.1560899-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25369.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
7d291e10bc
commit
0ff633f750
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -299,7 +299,7 @@ jobs:
|
|||
- name: autoconf
|
||||
run: autoreconf -fvi
|
||||
- name: configure
|
||||
run: ./configure ${{matrix.configureflags}} ${{matrix.configuressllib}}
|
||||
run: ./configure --enable-werror ${{matrix.configureflags}} ${{matrix.configuressllib}}
|
||||
- name: make all
|
||||
run: make -j4
|
||||
- name: make check
|
||||
|
|
|
|||
Loading…
Reference in a new issue