From 2adf947148df74272e6298fede4e9472315dccca Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Fri, 11 Dec 2020 22:29:54 -0500 Subject: [PATCH] Removing PHP dependencies in test install --- .github/scripts/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/scripts/install.sh b/.github/scripts/install.sh index 0edd6ac57..98d8917a8 100644 --- a/.github/scripts/install.sh +++ b/.github/scripts/install.sh @@ -22,11 +22,7 @@ apt-get install -y gstreamer1.0-plugins-base \ python3-gi-cairo \ python-cairo \ pkg-config \ - libcairo2-dev \ - php \ - php-curl \ - php-gd \ - php-pgsql + libcairo2-dev # Making directory; not sure why... mkdir -p /tmp/log/libretime \ No newline at end of file