Skip to content

Commit

Permalink
github: Turn on -Werror for all Meson builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jan 14, 2024
1 parent 893772a commit fa4d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
# Build the firmware for all platform variants (currently available)
- name: Build
run: |
meson setup build --cross-file cross-file/${{ matrix.probe }}.ini
meson setup build --cross-file cross-file/${{ matrix.probe }}.ini --werror
meson compile -C build
size-diff:
Expand Down

0 comments on commit fa4d708

Please sign in to comment.