Skip to content

Commit

Permalink
ci: remove mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Jul 27, 2023
1 parent 43d542e commit 64b8453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/helper/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyr
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list

sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis mariadb-client-10.6

install_wkhtmltopdf() {
Expand Down

0 comments on commit 64b8453

Please sign in to comment.