diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc2bae6..a54784b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: Continuous integration +env: + # Stops the `debconf: unable to initialize frontend: {Dialog, Readline, Teletype}` errors + # See https://stackoverflow.com/a/34774096 + DEBIAN_FRONTEND: noninteractive + on: push: branches: [master] diff --git a/.github/workflows/validate-desktop-files.yml b/.github/workflows/validate-desktop-files.yml index 516e908..1230268 100644 --- a/.github/workflows/validate-desktop-files.yml +++ b/.github/workflows/validate-desktop-files.yml @@ -1,5 +1,10 @@ name: Validate .desktop files +env: + # Stops the `debconf: unable to initialize frontend: {Dialog, Readline, Teletype}` errors + # See https://stackoverflow.com/a/34774096 + DEBIAN_FRONTEND: noninteractive + on: push: branches: