mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI: fix myslq.cni file init syntax
This commit is contained in:
parent
fdcf285588
commit
3c52981bbe
3 changed files with 7 additions and 2 deletions
|
|
@ -70,7 +70,8 @@ jobs:
|
|||
[mysqld]
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
innodb-default-row-format=DYNAMIC
|
||||
innodb_default_row_format=DYNAMIC
|
||||
innodb_large_prefix=ON
|
||||
|
||||
- name: Set up database (mysql)
|
||||
uses: ./.github/actions/setup-database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue