From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:39:19 +0000 (+0100) Subject: GHA: update ngtcp2-*.yml to v0.10.0 X-Git-Tag: curl-8_1_0~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67546aea90176c87cd7d16c3b21a3f1ea4739447;p=thirdparty%2Fcurl.git GHA: update ngtcp2-*.yml to v0.10.0 Closes #10612 --- 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