fix: mariadb examples building
This commit is contained in:
parent
b19894440c
commit
0705fddcfe
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
- name: Set up MySQL
|
||||
uses: shogo82148/actions-setup-mysql@v1
|
||||
with:
|
||||
distribution: 'mariadb'
|
||||
root-password: "root"
|
||||
mysql-version: "${{ matrix.MARIADB_VERSION }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue