summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-02-14 11:27:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-25 00:12:44 +0100
commit4b3dc4b45248423f298c67b1467c6964c49ff947 (patch)
tree23699e25912889680c321d030d27131d2e223437 /.github
parent8bd5a13dc36ebf7687c2c6ced82ac10aca8e1d85 (diff)
downloadcurl-4b3dc4b45248423f298c67b1467c6964c49ff947.tar.gz
ngtcp2-gnutls.yml: bump to gnutls 3.8.0
Closes #10507
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ngtcp2-gnutls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml
index 835335355..56c0776f1 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