From 4b3dc4b45248423f298c67b1467c6964c49ff947 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:27:31 +0100 Subject: [PATCH] ngtcp2-gnutls.yml: bump to gnutls 3.8.0 Closes #10507 --- .github/workflows/ngtcp2-gnutls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3