OSDN Git Service

github actions: ubuntu - fix the non-interactive build
authorJaroslav Kysela <perex@perex.cz>
Tue, 2 Jun 2020 11:16:55 +0000 (13:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 2 Jun 2020 11:16:55 +0000 (13:16 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
.github/workflows/build.yml

index 343c699..e23bd50 100644 (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