github actions: ubuntu - fix the non-interactive build

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-06-02 13:16:55 +02:00
parent 3feea064dd
commit becb402165

View file

@ -76,6 +76,7 @@ jobs:
uses: actions/checkout@v2
- name: Prepare environment
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y install apt-utils
apt-get -y full-upgrade