ci: remove mysql (#21811)
This commit is contained in:
parent
c45fbce2fa
commit
5f46f98699
1 changed files with 1 additions and 0 deletions
1
.github/helper/install_dependencies.sh
vendored
1
.github/helper/install_dependencies.sh
vendored
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue