]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2-gnutls.yml: bump to gnutls 3.8.0
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 14 Feb 2023 10:27:31 +0000 (11:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Feb 2023 23:12:44 +0000 (00:12 +0100)
Closes #10507

.github/workflows/ngtcp2-gnutls.yml

index 835335355a125dfe5f201c6f99e4e28f24dff0f9..56c0776f1d24f513147742ece03645cd01fb2411 100644 (file)
@@ -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