]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: suppress git clone output
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Thu, 13 Apr 2023 07:45:54 +0000 (09:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Apr 2023 15:22:13 +0000 (17:22 +0200)
Follow-up: https://github.com/curl/curl/commit/8203aa6ed405ec832d2c62f18dfda293f89a23f9

Closes #10949

.github/workflows/linux.yml

index 67965e163088d1d64fe97f183ee07ee326073199..a297748713a29416f0ffaf2eee89584502654465 100644 (file)
@@ -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"