diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index d46bde7629..a97ee725f5 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -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 diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index d680500d05..49888dad6b 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -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 diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index 4940fcbb45..5369c2ee85 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -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