Skip to content

Commit

Permalink
Merge pull request #5 from pengutronix/topic/github-werror
Browse files Browse the repository at this point in the history
github: enable -Werror
  • Loading branch information
bith3ad authored Aug 8, 2024
2 parents 917ab44 + 2c41bca commit 4cf0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- name: Build
run: |
meson setup build # enable -Dwerror=true later
meson setup -Dwerror=true build
meson configure build
meson compile -C build

0 comments on commit 4cf0548

Please sign in to comment.