Skip to content

Commit 324d0db

Browse files
ci: Try removing reinstallation of mariadb
1 parent 984c8f8 commit 324d0db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/helper/install_dependencies.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ set -e
33

44
echo "Setting Up System Dependencies..."
55

6-
sudo apt update
7-
sudo apt remove mysql-server mysql-client
8-
sudo apt install libcups2-dev redis-server mariadb-client-10.8
9-
106
install_wkhtmltopdf() {
117
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
128
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb

0 commit comments

Comments
 (0)