Skip to content

Commit 2f4e186

Browse files
committed
Remove -Werror from swig build
1 parent 4b2bc72 commit 2f4e186

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
cd _build
4646
meson test -v
4747
48-
- name: Test swig
48+
- name: Test swig build
4949
run: |
50-
meson setup _build --reconfigure -Dswig_lang=python
50+
rm -rf _build
51+
meson setup _build -Dswig_lang=python
5152
meson compile -C _build

0 commit comments

Comments
 (0)