From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:27:31 +0000 (+0100) Subject: ngtcp2-gnutls.yml: bump to gnutls 3.8.0 X-Git-Tag: curl-8_0_0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b3dc4b45248423f298c67b1467c6964c49ff947;p=thirdparty%2Fcurl.git ngtcp2-gnutls.yml: bump to gnutls 3.8.0 Closes #10507 --- diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index 835335355a..56c0776f1d 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -73,7 +73,7 @@ jobs: name: 'install nettle' - run: | - git clone --depth=1 -b 3.7.8 https://github.com/gnutls/gnutls.git + git clone --depth=1 -b 3.8.0 https://github.com/gnutls/gnutls.git cd gnutls ./bootstrap ./configure ${{ matrix.build.gnutls-configure }} --prefix=$HOME/all