Revert "workflow: Disable python bindings"

This reverts commit ddd40bae06.
This commit is contained in:
Tatsuhiro Tsujikawa 2022-11-11 18:52:44 +09:00
parent 266a3d84e4
commit 83d7fb7fdd
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ jobs:
- name: Configure autotools
run: |
autoreconf -i
./configure --disable-python-bindings
./configure
- name: Configure cmake (Linux)
if: matrix.buildtool == 'cmake' && runner.os == 'Linux'
run: |