GHA: bump ngtcp2 workflow dependencies

Closes #10494
This commit is contained in:
Tatsuhiro Tsujikawa 2023-02-13 21:40:30 +09:00 committed by Daniel Stenberg
parent 119fb18719
commit 5c9ee8cef4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 6 additions and 6 deletions

View File

@ -89,7 +89,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
@ -97,7 +97,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View File

@ -64,7 +64,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
@ -72,7 +72,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

View File

@ -77,7 +77,7 @@ jobs:
name: 'install nghttp3'
- run: |
git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl
@ -85,7 +85,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3