mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 12:40:19 +00:00
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:
2
.github/scripts/Linux/install_others.sh
vendored
2
.github/scripts/Linux/install_others.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user