From d867a3b3e5632755b143b1010cdda17466d21df1 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 6 Dec 2021 16:37:33 +0000 Subject: [PATCH] wip github actions CI --- tests/ci/setup/setup_apache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci/setup/setup_apache.sh b/tests/ci/setup/setup_apache.sh index 7a6f3af..2d34d9b 100755 --- a/tests/ci/setup/setup_apache.sh +++ b/tests/ci/setup/setup_apache.sh @@ -15,8 +15,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 a2enmod rewrite proxy_fcgi setenvif ssl -# in case mod-php was enabled -a2dismod php +# in case mod-php was enabled (this is the case on github's ubuntu with php 5.x at least) +a2dismod php || true # configure apache virtual hosts -- 2.43.0