Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 642acd1

Browse files
committed
Remove -Werror from swig build
1 parent 4b2bc72 commit 642acd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
4848
- name: Test swig
4949
run: |
50-
meson setup _build --reconfigure -Dswig_lang=python
50+
CFLAGS="" meson setup _build --reconfigure -Dswig_lang=python
5151
meson compile -C _build

0 commit comments

Comments
 (0)