ci: remove mysql (#21811)

This commit is contained in:
Ankush Menat 2023-07-26 14:31:03 +05:30 committed by GitHub
parent c45fbce2fa
commit 5f46f98699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {