fix: add mariadb-client install step in workflow boilerplate

This commit is contained in:
Hussain Nagaria 2023-10-16 19:40:09 +05:30
parent c706040c31
commit f1ba76f5f7

View file

@ -634,6 +634,9 @@ jobs:
restore-keys: |
${{{{ runner.os }}}}-yarn-
- name: Install MariaDB Client
run: sudo apt-get install mariadb-client-10.6
- name: Setup
run: |
pip install frappe-bench