File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 name: 'install ngtcp2'
121121
122122 - run : |
123- git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
123+ git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
124124 cd nghttp2
125125 autoreconf -fi
126126 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
Original file line number Diff line number Diff line change 9797 name: 'install ngtcp2'
9898
9999 - run : |
100- git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
100+ git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
101101 cd nghttp2
102102 autoreconf -fi
103103 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 name: 'install ngtcp2'
109109
110110 - run : |
111- git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
111+ git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
112112 cd nghttp2
113113 autoreconf -fi
114114 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
You can’t perform that action at this time.
0 commit comments