mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
parent
8d7cda1f92
commit
cbe0b0e18b
2
.github/workflows/ngtcp2-gnutls.yml
vendored
2
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
2
.github/workflows/ngtcp2-quictls.yml
vendored
2
.github/workflows/ngtcp2-quictls.yml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.1 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