]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: use nghttp2 1.54.0 for the ngtcp2 jobs
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Jun 2023 11:59:50 +0000 (13:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Jun 2023 18:50:31 +0000 (20:50 +0200)
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-quictls.yml
.github/workflows/ngtcp2-wolfssl.yml

index e2177c7a73e678c31156d32f10436161e58d7653..20df04273523a54c4d49e05e8e838de01516cd4c 100644 (file)
@@ -117,7 +117,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
index 7bdd5237b86860ffa65132523199ad997a058b3c..7609b0ec2e59b86109439773bc313b4fbff628d6 100644 (file)
@@ -94,7 +94,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
index feab3c72f17e8e104c9afeba72dde8d47d7002e7..f1b6e23558df4f2d3ce76be56da6d7ca8032c32d 100644 (file)
@@ -104,7 +104,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --quiet --depth=1 -b v1.53.0 https://github.com/nghttp2/nghttp2
+        git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3