diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 516a569ce..0f0f8c880 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: name: Python Bindings (ubuntu-latest) runs-on: ubuntu-latest env: - CFLAGS: -Werror + CFLAGS: -Wextra -Werror steps: - uses: actions/checkout@v4 with: @@ -71,7 +71,7 @@ jobs: runs-on: ${{ matrix.os }} env: CC: ${{ matrix.compiler }} - CFLAGS: -Werror + CFLAGS: -Wextra -Werror strategy: fail-fast: true matrix: |