GHA: update ngtcp2-*.yml to v0.10.0

Closes #10612
This commit is contained in:
Philip H 2023-02-26 14:39:19 +01:00 committed by Daniel Stenberg
parent f8f010e469
commit 67546aea90
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ jobs:
name: 'install gnutls'
- run: |
git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only

View File

@ -77,7 +77,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only

View File

@ -89,7 +89,7 @@ jobs:
name: 'install quictls'
- run: |
git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only