mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-03 00:31:43 +02:00
Remove mysql and install mariadb
This commit is contained in:
@ -27,8 +27,10 @@ jobs:
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
|
||||
- name: Install mysql
|
||||
run: sudo sudo apt install -y mysql-server libmysqlclient-dev python3-dev
|
||||
- name: Install mariadb
|
||||
run: |
|
||||
sudo apt-get remove --purge mysql-server mysql-client mysql-common libmysqlclient-dev
|
||||
sudo sudo apt install -y libmariadbclient-dev python3-dev
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
|
Reference in New Issue
Block a user