Skip to content

Commit

Permalink
adjust ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Apr 6, 2024
1 parent 9854bde commit c5d6c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions author/ci_install_mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EOC
sudo dpkg --install mysql-apt-config_0.8.29-1_all.deb
sudo apt-get update -q
sudo apt-cache policy mysql-server
sudo apt-get remove --yes mysql-client-8.0 mysql-client-core-8.0
sudo apt-get install -q --yes -f --option DPkg::Options::=--force-confnew mysql-client=5.7* mysql-community-server=5.7* mysql-server=5.7*
sudo apt-get remove -q --yes mysql-client-8.0 mysql-client-core-8.0
sudo apt-get install -q --yes -f mysql-client=5.7* mysql-community-server=5.7* mysql-server=5.7*
fi
fi

0 comments on commit c5d6c18

Please sign in to comment.