File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
tarantool-version : ${{ matrix.tarantool }}
40
40
41
- # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
42
- - name : Update mysql server config
41
+ - name : Restart mysql service
43
42
run : |
44
- sudo sed -i 's/\[mysqld\]/\[mysqld\]\ncharacter-set-server = utf8/' \
45
- /etc/mysql/mysql.conf.d/mysqld.cnf
46
43
sudo systemctl restart mysql
47
44
48
45
- name : Prepare test environment
Original file line number Diff line number Diff line change 36
36
# dependencies when migrating to other OS version.
37
37
run : sudo dpkg -i tarantool*.deb
38
38
39
- # Workaround to avoid issue https://github.com/tarantool/mysql/issues/47.
40
- - name : Update mysql server config
39
+ - name : Restart mysql service
41
40
run : |
42
- sudo sed -i 's/\[mysqld\]/\[mysqld\]\ncharacter-set-server = utf8/' \
43
- /etc/mysql/mysql.conf.d/mysqld.cnf
44
41
sudo systemctl restart mysql
45
42
46
43
- name : Prepare test environment
You can’t perform that action at this time.
0 commit comments