@@ -189,7 +189,7 @@ jobs:
189189 if : ${{ steps.cache-openssl-http3-no-deprecated.outputs.cache-hit != 'true' }}
190190 run : |
191191 cd ~
192- git clone --quiet --depth= 1 -b "openssl-${OPENSSL_VERSION}" https://github.com/openssl/openssl
192+ git clone --quiet --depth 1 -b "openssl-${OPENSSL_VERSION}" https://github.com/openssl/openssl
193193 cd openssl
194194 ./config --prefix="$PWD"/build --libdir=lib no-makedepend no-apps no-docs no-tests no-deprecated
195195 make
@@ -232,7 +232,7 @@ jobs:
232232 if : ${{ steps.cache-gnutls.outputs.cache-hit != 'true' }}
233233 run : |
234234 cd ~
235- git clone --quiet --depth= 1 -b "${GNUTLS_VERSION}" https://github.com/gnutls/gnutls.git
235+ git clone --quiet --depth 1 -b "${GNUTLS_VERSION}" https://github.com/gnutls/gnutls
236236 cd gnutls
237237 # required: nettle-dev libp11-kit-dev libev-dev autopoint bison gperf gtk-doc-tools libtasn1-bin
238238 ./bootstrap
@@ -247,7 +247,7 @@ jobs:
247247 if : ${{ steps.cache-wolfssl.outputs.cache-hit != 'true' }}
248248 run : |
249249 cd ~
250- git clone --quiet --depth= 1 -b "v${WOLFSSL_VERSION}-stable" https://github.com/wolfSSL/wolfssl.git
250+ git clone --quiet --depth 1 -b "v${WOLFSSL_VERSION}-stable" https://github.com/wolfSSL/wolfssl
251251 cd wolfssl
252252 ./autogen.sh
253253 ./configure --disable-dependency-tracking --enable-all --enable-quic \
@@ -259,9 +259,9 @@ jobs:
259259 if : ${{ steps.cache-nghttp3.outputs.cache-hit != 'true' }}
260260 run : |
261261 cd ~
262- git clone --quiet --depth= 1 -b "v${NGHTTP3_VERSION}" https://github.com/ngtcp2/nghttp3
262+ git clone --quiet --depth 1 -b "v${NGHTTP3_VERSION}" https://github.com/ngtcp2/nghttp3
263263 cd nghttp3
264- git submodule update --init --depth= 1
264+ git submodule update --init --depth 1
265265 autoreconf -fi
266266 ./configure --disable-dependency-tracking --prefix="$PWD"/build --enable-lib-only
267267 make
@@ -272,7 +272,7 @@ jobs:
272272 # building twice to get crypto libs for ossl, libressl and awslc installed
273273 run : |
274274 cd ~
275- git clone --quiet --depth= 1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2
275+ git clone --quiet --depth 1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2
276276 cd ngtcp2
277277 autoreconf -fi
278278 ./configure --disable-dependency-tracking --prefix="$PWD"/build \
@@ -290,7 +290,7 @@ jobs:
290290 if : ${{ steps.cache-ngtcp2-boringssl.outputs.cache-hit != 'true' }}
291291 run : |
292292 cd ~
293- git clone --quiet --depth= 1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2 ngtcp2-boringssl
293+ git clone --quiet --depth 1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2 ngtcp2-boringssl
294294 cd ngtcp2-boringssl
295295 autoreconf -fi
296296 ./configure --disable-dependency-tracking --prefix="$PWD"/build \
@@ -303,9 +303,9 @@ jobs:
303303 if : ${{ steps.cache-nghttp2.outputs.cache-hit != 'true' }}
304304 run : |
305305 cd ~
306- git clone --quiet --depth= 1 -b "v${NGHTTP2_VERSION}" https://github.com/nghttp2/nghttp2
306+ git clone --quiet --depth 1 -b "v${NGHTTP2_VERSION}" https://github.com/nghttp2/nghttp2
307307 cd nghttp2
308- git submodule update --init --depth= 1
308+ git submodule update --init --depth 1
309309 autoreconf -fi
310310 # required (for nghttpx application): libc-ares-dev libev-dev zlib1g-dev
311311 # optional (for nghttpx application): libbrotli-dev
@@ -578,7 +578,7 @@ jobs:
578578 if : ${{ matrix.build.name == 'quiche' && steps.cache-quiche.outputs.cache-hit != 'true' }}
579579 run : |
580580 cd ~
581- git clone --quiet --depth= 1 -b "${QUICHE_VERSION}" --recursive https://github.com/cloudflare/quiche.git
581+ git clone --quiet --depth 1 -b "${QUICHE_VERSION}" --recursive https://github.com/cloudflare/quiche
582582 cd quiche
583583 #### Work-around https://github.com/curl/curl/issues/7927 #######
584584 #### See https://github.com/alexcrichton/cmake-rs/issues/131 ####
0 commit comments