diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-11-12 20:26:35 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-11-12 20:26:54 +0200 |
commit | ec4ad808860ef2f1499266d0a99ee1e4a0676e8e (patch) | |
tree | 46533df4e68559dcfdc4783ee851820c652e8f54 | |
parent | 923d9524e266f4c691ea19e6309ed9b7ea0e910c (diff) | |
download | bindfs-ec4ad808860ef2f1499266d0a99ee1e4a0676e8e.tar.gz |
CI: enable -Werror
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0624027..e41ae95 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,6 +66,8 @@ jobs: ./autogen.sh - name: 'Configure' + env: + CFLAGS: -Werror run: |- set -x mkdir build |