Skip to content

Commit 0050cda

Browse files
committed
fixup! fixup! Add Ubuntu Trusty MySQL 5.5 PIC library with Embedded server for testing to Github Actions CI
1 parent ff86f97 commit 0050cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ jobs:
456456
if [ "${{ matrix.server-version }}" = "system-pic" ]; then
457457
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
458458
dpkg -x /tmp/mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb $HOME/mysql-server-core-5.5
459+
mkdir -p "$HOME/datadir"
459460
fi
460461
if [ -n "$DB" ]; then
461462
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1

0 commit comments

Comments
 (0)