From 2db156040c2ca6e6c8f008ae1707280b3ff45c70 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 17 Aug 2021 14:15:12 +0200 Subject: [PATCH] Remove xenial file leftover --- .github/scripts/install-xenial.sh | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 .github/scripts/install-xenial.sh diff --git a/.github/scripts/install-xenial.sh b/.github/scripts/install-xenial.sh deleted file mode 100755 index 0078e9769..000000000 --- a/.github/scripts/install-xenial.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env bash - -# Adding repos and packages -add-apt-repository -y ppa:libretime/libretime -apt-get -q update -apt-get install -y gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-good \ - gstreamer1.0-plugins-bad \ - gstreamer1.0-plugins-ugly \ - libgirepository1.0-dev \ - liquidsoap \ - liquidsoap-plugin-faad \ - liquidsoap-plugin-lame \ - liquidsoap-plugin-mad \ - liquidsoap-plugin-vorbis \ - python3-gst-1.0 \ - silan \ - gcc \ - gir1.2-gtk-3.0 \ - python3-setuptools \ - python3-gi \ - python3-gi-cairo \ - python-cairo \ - pkg-config \ - libcairo2-dev - -# Making log directory for PHP tests -mkdir -p "$LIBRETIME_LOG_DIR" -chown runner:runner "$LIBRETIME_LOG_DIR"