CI: bump nghttp2 from 1.55.0 to 1.55.1

Closes #11442
This commit is contained in:
Graham Campbell 2023-07-15 19:47:37 +01:00 committed by Daniel Stenberg
parent 8d7cda1f92
commit cbe0b0e18b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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