mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
CI: mysql 8.0 doesn't support innodb_large_prefix anymore (again)
This commit is contained in:
parent
c1b43f742f
commit
e846707461
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
innodb_default_row_format=DYNAMIC
|
||||
innodb_file_per_table=1
|
||||
|
||||
- name: Set up database (mysql)
|
||||
uses: ./.github/actions/setup-database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue