installing ant on osx as well

This commit is contained in:
Xawotihs
2019-09-08 20:18:46 +02:00
committed by GitHub
parent 4df34c82c2
commit 95af76a3b2

View File

@@ -25,6 +25,7 @@ before_install:
brew update &&
brew install dpkg &&
brew install qt5 &&
brew install ant &&
pwd &&
ls;
fi