Fix mac build

This commit is contained in:
Rochet2 2017-11-10 01:39:28 +02:00 committed by Antz
parent b98f451880
commit da5e89148c

View File

@ -3,5 +3,6 @@
set -eu
if [[ x$OSTYPE =~ ^xdarwin ]]; then
brew update
brew install "mysql"
fi
fi