Skip to content

Commit b8cf970

Browse files
committed
minor #723 Enhancement: Do not install mysql-client, use the already installed one (OskarStark)
This PR was merged into the 1.0-dev branch. Discussion ---------- Enhancement: Do not install mysql-client, use the already installed one THis PR * [x] fixes the builds where `mysql-client` (sometimes) could not be installed via `apt-get`. It looks like we don't need to install it, as there is a `mysql-client` already available. Commits ------- 6d996b7 Enhancement: Do not install mysql-client, use the already installed one
2 parents ffaee62 + 6d996b7 commit b8cf970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
114114
- name: "Verify MySQL connection from host"
115115
run: |
116-
sudo apt-get install -y mysql-client
117116
mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "SHOW DATABASES;"
118117
119118
- name: "Setup Database"

0 commit comments

Comments
 (0)