Skip to content

Commit b202f5f

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

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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

.github/workflows/server-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- 12000:6379
3131
mariadb:
32-
image: mariadb:10.8
32+
image: mariadb:11.3
3333
env:
3434
MYSQL_ROOT_PASSWORD: root
3535
ports:

0 commit comments

Comments
 (0)