mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
Merge pull request #1826 from nghttp2/workflow-disable-python-bindings
workflow: Disable python bindings
This commit is contained in:
commit
971d3552c7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
Block a user