CI Linux: use GH mirror for PipeWire

Doesn't fail if the master repo is temprorarily unavailable as in:

    https://github.com/MartinPulec/UltraGrid/actions/runs/4627178136/jobs/8184796245
This commit is contained in:
Martin Pulec
2023-04-06 11:07:03 +02:00
parent f336b010fa
commit b2777c0909

View File

@@ -57,7 +57,7 @@ install_ndi() {(
install_pipewire() {(
if [ "$(lsb_release -rs)" = 20.04 ]; then
sudo apt install meson
git clone https://gitlab.freedesktop.org/pipewire/pipewire.git
git clone https://github.com/PipeWire/pipewire
cd pipewire
git checkout 19bcdaebe29b95edae2b285781dab1cc841be638 # last one supporting meson 0.53.2 in U20.04
./autogen.sh