fix(boilerplate): update mariadb in ci

This commit is contained in:
sokumon 2025-04-16 13:58:24 +05:30
parent a20e1284ac
commit 3ae2baeaf1

View file

@ -774,7 +774,7 @@ jobs:
- name: Install MariaDB Client
run: |
sudo apt update
sudo apt-get install mariadb-client-10.6
sudo apt-get install mariadb-client
- name: Setup
run: |