Skip to content

Commit

Permalink
CI: bump nghttp2 from 1.55.0 to 1.55.1
Browse files Browse the repository at this point in the history
Closes curl#11442
  • Loading branch information
GrahamCampbell authored and ptitSeb committed Sep 25, 2023
1 parent 834006c commit b08c09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngtcp2-gnutls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngtcp2-quictls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngtcp2-wolfssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: 'install ngtcp2'
- run: |
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
cd nghttp2
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
Expand Down

0 comments on commit b08c09f

Please sign in to comment.