mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
GHA: use nghttp2 1.54.0 for the ngtcp2 jobs
This commit is contained in:
parent
32f103b0e9
commit
7630055a32
2
.github/workflows/ngtcp2-gnutls.yml
vendored
2
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.54.0 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
@ -94,7 +94,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.54.0 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
@ -104,7 +104,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.54.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