GHA: use nghttp2 1.54.0 for the ngtcp2 jobs

This commit is contained in:
Daniel Stenberg 2023-06-07 13:59:50 +02:00
parent 32f103b0e9
commit 7630055a32
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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