mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
CI: update ngtcp2 and nghttp2 for pytest
Follow-up: 5c9ee8cef4
Closes #10508
This commit is contained in:
parent
8125822e6e
commit
8bd5a13dc3
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
Loading…
Reference in New Issue
Block a user