Skip to content

Commit ddd40ba

Browse files
committed
workflow: Disable python bindings
Disable python bindings because it has been deprecated, and mac OS build with python binding is broken.
1 parent cb11cfc commit ddd40ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Configure autotools
182182
run: |
183183
autoreconf -i
184-
./configure
184+
./configure --disable-python-bindings
185185
- name: Configure cmake (Linux)
186186
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
187187
run: |

0 commit comments

Comments
 (0)