Skip to content

Commit

Permalink
Merge pull request #5754 from planetscale/morgo-fix-percona-56
Browse files Browse the repository at this point in the history
Add percona 56 new dependency
  • Loading branch information
sougou authored Jan 23, 2020
2 parents df54e56 + 844f41a commit 5b761bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
if [ ${{matrix.name}} = "percona56" ]; then
sudo rm -rf /var/lib/mysql
sudo apt install -y gnupg2
wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb
sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
sudo apt update
Expand Down

0 comments on commit 5b761bb

Please sign in to comment.