GHA: suppress git clone output

Follow-up: 8203aa6ed4

Closes #10949
This commit is contained in:
Philip H 2023-04-13 09:45:54 +02:00 committed by Daniel Stenberg
parent f67d6a6888
commit 314dc407d6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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"