Merge pull request #1826 from nghttp2/workflow-disable-python-bindings

workflow: Disable python bindings
This commit is contained in:
Tatsuhiro Tsujikawa 2022-11-09 17:37:37 +09:00 committed by GitHub
commit 971d3552c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: |