Skip to content

Commit

Permalink
fixup! fixup! Add Ubuntu Trusty MySQL 5.5 PIC library with Embedded s…
Browse files Browse the repository at this point in the history
…erver for testing to Github Actions CI
  • Loading branch information
choroba committed Jan 11, 2025
1 parent ff86f97 commit 0050cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ jobs:
if [ "${{ matrix.server-version }}" = "system-pic" ]; then
wget --progress=bar:force http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb -O /tmp/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb
dpkg -x /tmp/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb $HOME/mysql-server-core-5.5
mkdir -p "$HOME/datadir"
fi
if [ -n "$DB" ]; then
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1
Expand Down

0 comments on commit 0050cda

Please sign in to comment.