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