Skip to content

Commit 4cf0548

Browse files
authored
Merge pull request #5 from pengutronix/topic/github-werror
github: enable -Werror
2 parents 917ab44 + 2c41bca commit 4cf0548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- name: Build
2121
run: |
22-
meson setup build # enable -Dwerror=true later
22+
meson setup -Dwerror=true build
2323
meson configure build
2424
meson compile -C build

0 commit comments

Comments
 (0)