We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86f97 commit 0050cdaCopy full SHA for 0050cda
.github/workflows/ci.yaml
@@ -456,6 +456,7 @@ jobs:
456
if [ "${{ matrix.server-version }}" = "system-pic" ]; then
457
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
458
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"
460
fi
461
if [ -n "$DB" ]; then
462
cpanm --quiet --notest --skip-satisfied MySQL::Sandbox || exit 1
0 commit comments