install CMake to fix CI build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Syping 2020-08-30 18:52:41 +02:00
parent 2735325f4c
commit 90846e6fb6
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Install packages
apt-get update -qq && \
apt-get install -qq ${APT_INSTALL} checkinstall dpkg-dev fakeroot g++ gcc qtbase5-dev qt5-qmake qttranslations5-l10n libqt4-dev libqt5svg5-dev
apt-get install -qq ${APT_INSTALL} checkinstall cmake dpkg-dev fakeroot g++ gcc qtbase5-dev qt5-qmake qttranslations5-l10n libqt4-dev libqt5svg5-dev