From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:45:54 +0000 (+0200) Subject: GHA: suppress git clone output X-Git-Tag: curl-8_1_0~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=314dc407d69bda82a467340bd4a56abaee76715f;p=thirdparty%2Fcurl.git GHA: suppress git clone output Follow-up: https://github.com/curl/curl/commit/8203aa6ed405ec832d2c62f18dfda293f89a23f9 Closes #10949 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 67965e1630..a297748713 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -289,7 +289,7 @@ jobs: run: | sudo apt-get install apache2 apache2-dev libnghttp2-dev sudo python3 -m pip install impacket pytest cryptography multipart - git clone --depth=1 -b master https://github.com/icing/mod_h2 + git clone --quiet --depth=1 -b master https://github.com/icing/mod_h2 cd mod_h2 autoreconf -fi ./configure PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig"