From 314dc407d69bda82a467340bd4a56abaee76715f Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:45:54 +0200 Subject: [PATCH] GHA: suppress git clone output Follow-up: https://github.com/curl/curl/commit/8203aa6ed405ec832d2c62f18dfda293f89a23f9 Closes #10949 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 67965e163..a29774871 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"