From 5f46f98699eec422abb9acb77081ddd4b7731ff1 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 26 Jul 2023 14:31:03 +0530 Subject: [PATCH] ci: remove mysql (#21811) --- .github/helper/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/install_dependencies.sh b/.github/helper/install_dependencies.sh index b8da022665..574144b823 100644 --- a/.github/helper/install_dependencies.sh +++ b/.github/helper/install_dependencies.sh @@ -4,6 +4,7 @@ set -e echo "Setting Up System Dependencies..." sudo apt update +sudo apt remove mysql-server mysql-client sudo apt install libcups2-dev redis-server mariadb-client-10.6 install_wkhtmltopdf() {