From ddd40bae06f93468c0d64c07a0626f8641d16bbd Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 9 Nov 2022 16:47:38 +0900 Subject: [PATCH] workflow: Disable python bindings Disable python bindings because it has been deprecated, and mac OS build with python binding is broken. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14139ea7..20b74d0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |