changeset 39:d70e15f7be41

Be more quiet when installing
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 17 Dec 2020 14:19:38 +0100 (2020-12-17)
parents 5ce37dec133b
children fb47602ecf72
files .github/workflows/runtests.yml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/runtests.yml
+++ b/.github/workflows/runtests.yml
@@ -15,12 +15,12 @@ jobs:
       run: |
           set -x -e
           lsb_release -c -s
-          sudo apt-get update -qq
-          sudo apt-get install -qqy software-properties-common curl make libdbi-perl
+          sudo apt-get -qq update
+          sudo apt-get -qq install y software-properties-common curl make libdbi-perl
           curl -s https://www.monetdb.org/downloads/MonetDB-GPG-KEY | sudo apt-key add -
           sudo add-apt-repository "deb http://dev.monetdb.org/downloads/deb/ $(lsb_release -c -s) monetdb"
-          sudo apt-get update -qq
-          sudo apt-get install -qqy monetdb5-server
+          sudo apt-get -qq update
+          sudo apt-get -qq install -qqy monetdb5-server
 
     - name: Run Unit-Tests
       run: |