From 324d0db38d0a9d71853d2aec175dfb9de7afcb5a Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 18 Dec 2024 18:00:46 +0530 Subject: [PATCH] ci: Try removing reinstallation of mariadb --- .github/helper/install_dependencies.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/helper/install_dependencies.sh b/.github/helper/install_dependencies.sh index 8f5d06cd..999b30f1 100644 --- a/.github/helper/install_dependencies.sh +++ b/.github/helper/install_dependencies.sh @@ -3,10 +3,6 @@ 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.8 - install_wkhtmltopdf() { wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb