Skip to content

Commit 409417c

Browse files
Update meson_ci.yml
1 parent 402c751 commit 409417c

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 --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
87+
run: meson setup builddir -Dwith_test=enabled -Dwarning_level=3
8888

8989
- name: Run Tests
9090
run: meson test -C builddir -v --test-args='show --mode tree --verbose ci --result fail'

0 commit comments

Comments
 (0)