]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: update ngtcp2-*.yml to v0.10.0
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 26 Feb 2023 13:39:19 +0000 (14:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Mar 2023 13:43:07 +0000 (15:43 +0200)
Closes #10612

.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml

index d46bde7629b44bc797e34d287f953c5b0752554d..a97ee725f5f8283e6ba144e405df9bcc604586a8 100644 (file)
@@ -102,7 +102,7 @@ jobs:
       name: 'install gnutls'
 
     - run: |
-        git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
+        git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
index d680500d05176fb803573e5cc31194942d685513..49888dad6b5612bdcf55d120baece4638afbc3c5 100644 (file)
@@ -77,7 +77,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
+        git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
index 4940fcbb450e7cc7f8c254b8817e89daa307c870..5369c2ee851ea164a0862f64cf67abc10834b2db 100644 (file)
@@ -89,7 +89,7 @@ jobs:
       name: 'install quictls'
 
     - run: |
-        git clone --depth=1 -b v0.8.0 https://github.com/ngtcp2/nghttp3
+        git clone --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
         cd nghttp3
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only