ci: remove mysql

This commit is contained in:
Jannat Patel
2023-08-02 18:19:45 +05:30
parent a5bc30f776
commit 55c56207c2

View File

@@ -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