From 55c56207c241413ae270eff6ce1d12392f50b977 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 2 Aug 2023 18:19:45 +0530 Subject: [PATCH] ci: remove mysql --- .github/helper/install_dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/helper/install_dependencies.sh b/.github/helper/install_dependencies.sh index e4c45b4b..574144b8 100644 --- a/.github/helper/install_dependencies.sh +++ b/.github/helper/install_dependencies.sh @@ -4,7 +4,8 @@ set -e echo "Setting Up System Dependencies..." sudo apt update -sudo apt install libcups2-dev redis-server mariadb-client-10.6 mariadb-client-core-10.6 +sudo apt remove mysql-server mysql-client +sudo apt install libcups2-dev redis-server mariadb-client-10.6 install_wkhtmltopdf() { wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb