workflow: Disable python bindings
Disable python bindings because it has been deprecated, and mac OS build with python binding is broken.
This commit is contained in:
parent
cb11cfcd2c
commit
ddd40bae06
|
@ -181,7 +181,7 @@ jobs:
|
|||
- name: Configure autotools
|
||||
run: |
|
||||
autoreconf -i
|
||||
./configure
|
||||
./configure --disable-python-bindings
|
||||
- name: Configure cmake (Linux)
|
||||
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue