Revert "workflow: Disable python bindings"
This reverts commit ddd40bae06
.
This commit is contained in:
parent
266a3d84e4
commit
83d7fb7fdd
|
@ -181,7 +181,7 @@ jobs:
|
||||||
- name: Configure autotools
|
- name: Configure autotools
|
||||||
run: |
|
run: |
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --disable-python-bindings
|
./configure
|
||||||
- name: Configure cmake (Linux)
|
- name: Configure cmake (Linux)
|
||||||
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
|
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue