Non-interactive apt-get install

This commit is contained in:
John Maguire 2019-10-02 14:52:00 +01:00
parent a0c3eb8234
commit 8581e22e2a
No known key found for this signature in database
GPG Key ID: CA8D1932E0EA6EBA

View File

@ -8,7 +8,7 @@ jobs:
- run:
name: Install Dependencies
command: >
apt-get update && apt-get install
apt-get update && apt-get install -y
cmake
fakeroot
gettext