We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2bc72 commit 2f4e186Copy full SHA for 2f4e186
1 file changed
.github/workflows/linux.yml
@@ -45,7 +45,8 @@ jobs:
45
cd _build
46
meson test -v
47
48
- - name: Test swig
+ - name: Test swig build
49
run: |
50
- meson setup _build --reconfigure -Dswig_lang=python
+ rm -rf _build
51
+ meson setup _build -Dswig_lang=python
52
meson compile -C _build
0 commit comments