fix: add mariadb-client install step in workflow boilerplate
This commit is contained in:
parent
c706040c31
commit
f1ba76f5f7
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue