Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent ffc761b commit 8797c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Setup source database
run: |
sh tests/data/actions/libmysqlclient20.sh
sudo mysql --default-authentication-plugin=mysql_native_password
sudo /etc/init.d/mysql start
mysql -uroot -proot -e 'SET GLOBAL default_authentication_plugin=mysql_native_password;FLUSH PRIVILEGES;'
mysql -uroot -proot -e 'CREATE DATABASE `yiitest`;'
mysql --default-character-set=utf8 -D yiitest -uroot -proot < tests/data/source.sql
Expand Down

0 comments on commit 8797c10

Please sign in to comment.