Skip to content

Commit 407e018

Browse files
Update meson_ci.yml
1 parent 97d4ae2 commit 407e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python -m pip install meson ninja
8585
8686
- name: Configure
87-
run: meson setup builddir -Dwith_test=enabled -Dwarning_level=3
87+
run: meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
8888

8989
- name: Compile
9090
run: meson compile -C builddir

0 commit comments

Comments
 (0)