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 коммит произвёл Daniel Stenberg
Родитель f67d6a6888
Коммит 314dc407d6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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"