From b2777c0909ad30c8a1253c2372383206ce4be82b Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 6 Apr 2023 11:07:03 +0200 Subject: [PATCH] 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 --- .github/scripts/Linux/install_others.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Linux/install_others.sh b/.github/scripts/Linux/install_others.sh index f16dd6bf1..e955d6487 100755 --- a/.github/scripts/Linux/install_others.sh +++ b/.github/scripts/Linux/install_others.sh @@ -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