Skip to content

Commit

Permalink
ci: Try removing reinstallation of mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Dec 18, 2024
1 parent 984c8f8 commit 324d0db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/helper/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 324d0db

Please sign in to comment.