You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Caused by the release of url 2.1.1
See servo/rust-url#579 for details
* A mysql release seems to have broken the macos setup, so use a
absulute path there
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ jobs:
53
53
brew services start mysql &&
54
54
brew services stop mysql;sleep 3;brew services start mysql &&
55
55
sleep 2 &&
56
-
mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
56
+
/usr/local/Cellar/mysql/8.0.19/bin/mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot
0 commit comments