ngtcp2-gnutls.yml: bump to gnutls 3.8.0

Closes #10507
This commit is contained in:
Philip H 2023-02-14 11:27:31 +01:00 committed by Daniel Stenberg
parent 8bd5a13dc3
commit 4b3dc4b452
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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